Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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 1Error Part 2Error Part 3Error Part 4

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

Thank you very much in advance!

like image 311
David Avatar asked Jun 20 '17 17:06

David


1 Answers

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
like image 185
Ricardo Avatar answered Oct 18 '22 23:10

Ricardo