Skip to content

Set up the project with your favorite IDE (Eclipse, Netbeans, etc.)

methusalah edited this page Apr 30, 2015 · 23 revisions

Eclipse

First, install gradle plugin for eclipse : https://marketplace.eclipse.org/content/gradle-integration-eclipse-44

Then :

  • clone the repository as usual,
  • import a Gradle project (File->Import...->Gradle->Gradle Project),
  • browse to the cloned repository root directory,
  • clic Build Model,
  • select core project and you're done.

NetBeans / jMonkey SDK

Empty section, need contribution