Hi I have the following problem: The SDK not let me create new projects, when i use the option: File > New Proyect i get the message “Please wait” and no error appears, also sometimes the SDK it frozen and I must kill the process.
Does anyone know why?
PS: I’m using the SDK RC 2.0 on Ubuntu 12.04 and those errors appeared a few days after i started using the SDK
Do you have an IDE log?
The SDK may not show the last error if it hangs before it can output the message.
The log file can be found at the location described in https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:troubleshooting, see “Preferences and Settings” and “Logs”.
I have looked in the Netbeans bug tracker, seems like this kind of behaviour hasn’t been reported there.
(For reference: Google search was [java]netbeans “java.lang.IllegalStateException: This must happen in the event thread!” firePropertyChange[/java])
Something in NewFile triggers an update that should happen inside the event loop but it’s outside.
Not sure whether that’s a Netbeans or an SDK problem. Somebody who’s doing actual SDK GUI programming should investigate this.