Reputation: 1378
Error invoking method: SceneBuilder.exe
2. Failed To launch JVM: SceneBuilder.exe
I have the newest java jdk installed and set to the path. I alsp checked that question Scene Builder 2.0 not launching and changed the values in the registry but the problem is not solved. The "standard" version of SceneBuilder (2.0 - from Oracle(?)) works - I am getting the errors by launching the Gluon version.
Anyone had the same issue?
Upvotes: 0
Views: 5077
Reputation: 21
To solve this problem you have to add this line "app.classpath=.;dist.jar" in the "../app/SceneBuilder.cfg" file.
It works fine for me.
Upvotes: 0
Reputation: 1560
Go to HKEY_CURRENT_USER\Software\JavaSoft\Prefs\com\oracle\javafx\scenebuilder\/J/V/M/User/Options in regedit
Change the value for -/Xmx from 999m to 512m
Upvotes: 0