I installed this plugin in the sdk
But the sdk keeps showing that it’s loading
Everything works fine in Apache NetBeans IDE 14, not sure what’s happening I’ve tried switching jdk versions but nothing seems to have changed.
Everything works fine in Apache NetBeans IDE 14, not sure what’s happening I’ve tried switching jdk versions but nothing seems to have changed.
What do the IDE logs say? Probably we are missing some module… SDK is running on NB 19 if you got the latest.
Ok I’ll try to upgrade the SDK
Thank you for your reply.
replenish:
I solved the problem by adding the following to default_options= in the conf file
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED
I copied the configuration directly from netbeans
Ok, we’ll fix this to the next version.
You can fix it by yourself by adding the following to the jmonkeyengine.conf (under args) in the etc folder:
-J--add-exports=java.desktop/java.awt.peer=ALL-UNNAMED
-J--add-opens=java.desktop/java.awt=ALL-UNNAMED