I recently downloaded the new “stable SDK” to use the new blender features. The only problem is that the new SDK won’t even start on my Mac OS X Version 10.6.8 with Java 1.6. (Panic in the house!)
Well, I downloaded the zip with Safari, which has been unpacked by Safari automatically in the Downloads folder. Then, I moved the jMonkeyPlatform.app to the Applications folder and double-clicked it. The usual dialog about applications downloaded from the internet has been answered with “open” and the monkey in the Dock started jumping. The monkey disappeared after a few seconds without any further notice, the SDK did not start however.
I’ve also tried the same procedure mutliple times, with and without deleting the Library/Application Support/jmonkeyplatform folder without success.
Is it because I use an older version of Java and OS X? Until now everything was fine though, but I’ve noticed that the new SDK uses Java 1.7.
@Apollo said:
Well, I downloaded the zip with Safari, which has been unpacked by Safari automatically in the Downloads folder. Then, I moved the jMonkeyPlatform.app to the Applications folder and double-clicked it. The usual dialog about applications downloaded from the internet has been answered with "open" and the monkey in the Dock started jumping. The monkey disappeared after a few seconds without any further notice, the SDK did not start however.
I’ve also tried the same procedure mutliple times, with and without deleting the Library/Application Support/jmonkeyplatform folder without success.
Is it because I use an older version of Java and OS X? Until now everything was fine though, but I’ve noticed that the new SDK uses Java 1.7.
Yeah, the SDK bundles a JDK so you should be able to run it without any JDK installed in the system. What does the log file say?
You can also try and run with the system-installed Java 1.6 by commenting out the jdk line in the jmonkeyplatform.conf file inside the application package.
But commenting out the jdk line in the jmonkeyplatform.conf file did the trick!
I’ve noticed problems with Mac and Java 7 on other computers already with the exact same problem: no start and no error message. I don’t know why though…
Until this is solved I’m even more glad to be able to use Java 1.6 with the new monkey engine
Normen, you’re awesome. Thanks a million for your help and everything you do for the engine.
You can also try and run with the system-installed Java 1.6 by commenting out the jdk line in the jmonkeyplatform.conf file inside the application package.
That one.
# ${HOME} will be replaced by user home directory according to platform
default_userdir="${HOME}/.${APPNAME}/3.0"
default_mac_userdir="${HOME}/Library/Application Support/${APPNAME}/3.0"
# options used by the launcher by default, can be overridden by explicit
# command line switches
default_options="--branding jmonkeyplatform -J-Xms24m -J-Xmx512m -J-XX:PermSize=128m -J-XX:MaxDirectMemorySize=2048m -J-Dsun.zip.disableMemoryMapping=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true"
# for development purposes you may wish to append: -J-Dnetbeans.logger.console=true -J-ea
# default location of JDK/JRE, can be overridden by using --jdkhome <dir> switch
jdkhome="jdk"
# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=