How to run the 3.1 master?

  1. clone master
  2. cd jmonkeyengine
  3. ./gradlew build
  4. ant -f ./sdk build-zip
    zip is in sdk/dist/jmonkeyplatform.zip

Compiles well with jdk 8, runs well with jdk 8 except this little new “java not found” problem that has been introduced a couple of days ago.
you might want to copy or link a jdk to the jdk folder of the unzipped sdk (see old skd structure) and also might want to add the blender folder from sdk3.0.

3 Likes