JME SDK constantly closing

Hi. I have a problem with JME 3 SDK Beta . Before using this IDE i was using Eclipse. But I decided that I want to change this IDE into JME SDK. But I have a problem which exclude work in SDK. I can using it only for the moment because program is closing without any communicate or error (it happens really unpredictable). It’s really disturbing. I have Ubuntu 10.04 and Windows 7 32 bit. What should I do? Maybe anyone of you have this problem?

This happens to me also on Linux. I don’t know why since I have not been able to reproduce it in a predictable way. But seems to be when using the SDK specific things (ordinary java-coding works perfect). Many times when I have opened a dialog to select texture or select a color it just crashes without any warning and I can’t find anything in the logs.

On Mac it never crashes, I don’t use windows so I don’t know about that.

Oh, now I saw that i wrote wrong. I only use Ubuntu to work with SDK. So maybe on Windows that problem won’t appear. But it have to be solution on Linux. Anyway, thanks, tomorrow I’ll check it on WIndows. But if someone had this problem and solved it, I would be grateful.

Ok, today I installed JMP on Windows and I have another problem. JMP doesn’t run. I installed it into C:/jmonkeyplatform directory, When I’m clicking on icon nothing happens. I have Windows 7 32bit. I found another topic with this problem, but there is no solution there.

http://hub.jmonkeyengine.org/groups/jmonkeyplatform/forum/topic/jme-on-windows-7-x64-just-cant-launch



EDIT:

Still I have no idea what to do to run SDK. I edited configuration file which is in etc folder in jmonkeyplatform main directory. I changed the path to JDK, now my conf file looks like this.



# ${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 FilesJavajdk1.7.0_07"

# clusters' paths separated by path.separator (semicolon on Windows, colon on Unices)
#extra_clusters=


But nothing happens...