David
David

Reputation: 269

SceneBuilder crashed upon startup

I performed the installation of SceneBuilder 8.3.0 on Ubuntu Gnome 17.04 with Java Hotspot 1.8.0_131 installed, but when trying to start it, an error occurs, making it impossible to initialize. I've already tried installing Oracle's SceneBuilder 2.0, but the same error occurs.

Error Part 1 Error Part 2 Error Part 3 Error Part 4

Do you know what that can be and how I can solve it?

Thank you very much in advance!

Upvotes: 5

Views: 1087

Answers (1)

Ricardo
Ricardo

Reputation: 56

I noticed that calling directly the SceneBuilder jar "dist.jar" with the java Hotspot, the application launches smoothly ("java - jar /opt/SceneBuilder/app/dist.jar"). So one way to solve this problem palliatively is to edit the file "/usr/share/applications/SceneBuilder.desktop" and change the line:

Exec=/opt/SceneBuilder/SceneBuilder

for:

Exec=java -jar /opt/SceneBuilder/app/dist.jar

Upvotes: 4

Related Questions