Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

Kevin Rushforth kevin.rushforth at oracle.com
Mon Nov 11 08:43:14 PST 2013


A NoSuchMethodError is almost always the result of running classes that 
were compiled against one version of the class files with a class 
library that has make incompatible changes.

In particular, there was an incompatible change in b114 that makes SB 
compiled with b113 not run.

-- Kevin


Sven Reimers wrote:
> HI guys,
>
> trying the above experiment I get the NoSuchMethodError pasted below.
>
> Anyone can shed some light on it?
>
> Seems SceneBuilder 2.0 ea b6 uses jdk8 b113 internally and I am running on
> b114..
>
> -Sven
>
> java.lang.NoSuchMethodError: javafx.fxml.FXMLLoader.setStaticLoad(Z)V
> at
> com.oracle.javafx.scenebuilder.kit.util.Deprecation.setStaticLoad(Deprecation.java:131)
> at
> com.oracle.javafx.scenebuilder.kit.fxom.FXOMLoader.load(FXOMLoader.java:72)
> at
> com.oracle.javafx.scenebuilder.kit.fxom.FXOMDocument.<init>(FXOMDocument.java:71)
> at
> com.oracle.javafx.scenebuilder.kit.editor.EditorController.updateFxomDocument(EditorController.java:1245)
> at
> com.oracle.javafx.scenebuilder.kit.editor.EditorController.setFxmlTextAndLocation(EditorController.java:428)
>
>
>   


More information about the openjfx-dev mailing list