jMonkeyPlatform 3.2.2-sdk1 installation failure

I’ve tried that latest version of v3.2.2-stable-sdk1, but get exactly the same exception:

java.lang.NullPointerException
 	at org.mycompany.ConfigurationLogic.setExecutableContents(ConfigurationLogic.java:215)
 	at org.mycompany.ConfigurationLogic.install(ConfigurationLogic.java:202)
 	at org.netbeans.installer.product.components.Product.install(Product.java:358)
 	at org.netbeans.installer.wizard.components.actions.InstallAction.execute(InstallAction.java:155)
 	at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:123)

ConfigurationLogic line 202 would now be the “jre/bin” folder, but I’m sure that folder’s created. Unless, somehow, the old version of ConfigurationLogic is still contained in the exe, in which case line 202 will still be “db/bin”?

1 Like