kamil.rak
kamil.rak

Reputation: 1378

JavaFX SceneBuilder 8.0.0. failed to launch JVM

I have installed the JavaFx Scene Builder ver. 8.0.0. and it does not start. I am getting 2 errors one by another: 1: 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

Answers (2)

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

Amit
Amit

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

Related Questions