Bonjour,

j'essaye de faire fonctionner Scene Builder sous Linux en suivant la methode donné par XavierZERO ici mais je me retrouve avec une exception que je ne comprends pas vraiment. La stacktrace est la suivante :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Exception in Application start method
Exception in thread "main" java.lang.RuntimeException: Exception in Application start method
	at com.sun.javafx.application.LauncherImpl.launchApplication1(LauncherImpl.java:403)
	at com.sun.javafx.application.LauncherImpl.access$000(LauncherImpl.java:47)
	at com.sun.javafx.application.LauncherImpl$1.run(LauncherImpl.java:115)
	at java.lang.Thread.run(Thread.java:722)
Caused by: java.lang.NullPointerException
	at com.oracle.javafx.authoring.persist.Template.getContent(Template.java:125)
	at com.oracle.javafx.authoring.persist.Template.generate(Template.java:182)
	at com.oracle.javafx.authoring.Project.create(Project.java:756)
	at com.oracle.javafx.authoring.Project.create(Project.java:746)
	at com.oracle.javafx.authoring.DesignerTool.newProject(DesignerTool.java:259)
	at com.oracle.javafx.authoring.DesignerTool.commonInit(DesignerTool.java:371)
	at com.oracle.javafx.authoring.DesignerTool.init(DesignerTool.java:317)
	at com.oracle.javafx.authoring.SceneBuilderLauncher$RunningInstance.launch(SceneBuilderLauncher.java:56)
	at com.oracle.javafx.authoring.Main.start(Main.java:49)
	at com.sun.javafx.application.LauncherImpl$5.run(LauncherImpl.java:319)
	at com.sun.javafx.application.PlatformImpl$5.run(PlatformImpl.java:206)
	at com.sun.javafx.application.PlatformImpl$4.run(PlatformImpl.java:173)
	at com.sun.glass.ui.InvokeLaterDispatcher$Future.run(InvokeLaterDispatcher.java:76)
	at com.sun.glass.ui.gtk.GtkApplication._runLoop(Native Method)
	at com.sun.glass.ui.gtk.GtkApplication$3$1.run(GtkApplication.java:82)
	... 1 more
Si quelqu'un pouvait m'aider, je lui en serais grandement reconnaissant.

Cordialement,
Teo