The jMonkeyEngine SDK (software development kit) is based on the NetBeans Platform.
I get this all the time! I’v downloaded java 7 and netbeans 7.1 and tried to make it work. It didnt. I uninstalled the whole multiple times and installed java sdk 6.9.1 with netbeans 6 and I even checked the confg file in netbeans, Its in the correct path!! I have no clue why this is bugging me!!! Heeelp!! I’m dyying!
are you running under Windows or Linux? I had a similar issue under ubuntu 11.10. I fixed this by running jmpThe jMonkeyPlatform, a full-fledged IDE with plugins for editing jME3 content and assets. Integral part of the jME3 SDK. as root user. (Not the best of all solutions, but worked for me).
Its not the correct path if it complains like this. Maybe you set the install dir (like Programs/Java) that would be wrong.
Even in the jmonkeyplatform.confg it says:
…overridden by using –jdkhome switch #jdkhome=”C:/Program Files/Java/jdk1.6.0_30″ # clusters’ paths separated by path…
…overridden by using –jdkhome switch #jdkhome=”C:/Program Files/Java/jdk1.6.0_30″
# clusters’ paths separated by path…
“#jdkhome” means it’s commented out. Remove the “#”. Or maybe the environment variable JAVA_HOME or JDK_HOME points to a different path. Open a command line prompt (cmd.exe) and type “set JAVA_HOME” and “set JDK_HOME” to check them. You could also check the JRE settings in the Java Control Panel.
Please create an account to get started.
Remember Me