Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
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

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Sven Reimers
Thanks Tom.. Waiting for a new build... -Sven P.S. I should make a habit of having some jdk ea build lying around... On Mon, Nov 11, 2013 at 2:59 PM, Tom Schindl tom.schi...@bestsolution.atwrote: The method has been renamed to impl_setStaticLoad! Tom On 11.11.13 14:54, Sven Reimers

Re: Exception trying to embedd SceneBuilder EA 2.0 into NetBeans

2013-11-11 Thread Kevin Rushforth
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