Okej now I’v installed jdk 6 and netbeans 6 and then changed so the confg file in jme platform is:
# ${HOME} will be replaced by user home directory according to platform
default_userdir=”${HOME}/.${APPNAME}/3.0beta”
default_mac_userdir=”${HOME}/Library/Application Support/${APPNAME}/3.0beta”
# 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=256m -Dsun.java2d.noddraw=true -Dsun.awt.noerasebackground=true -Dsun.java2d.d3d=false -Dsun.java2d.opengl=false -Dsun.java2d.pmoffscreen=false”
# 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 switch
jdkhome=”C:/Program Files/Java/jdk1.6.0_30/”
# clusters’ paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=
I set it manually like this:
# default location of JDK/JRE, can be overridden by using –jdkhome switch
jdkhome=”C:/Program Files/Java/jdk1.6.0_30/”
and the modules load fine.
But still it cant even remember a project the second it has created one. It cant recognize it either when trying to open it.
Why is that?