On Tue, Nov 03, 2015 at 09:25:14AM -0800, Martin Davis wrote: > Ok, fixed. It was due to wrongly-cased letter in an image file name.
Thanks. Unfortunately something happened here that makes my builds fail for a different reason: lack of java compiler version 7 ?! I hadn't intentionally upgraded it, but indeed I only have 8. Setting JAVA_HOME to find 8 builds but fails to run the test builder: Exception in thread "main" java.lang.UnsupportedClassVersionError: com/vividsolutions/jtstest/testbuilder/JTSTestBuilder : Unsupported major.minor version 52.0 not sure if that "52.0" version is related to JDK version --strk; > > On Tue, Nov 3, 2015 at 1:48 AM, Sandro Santilli <[email protected]> wrote: > > > I've just updated JTS to its current trunk version and it resulted > > in breaking the testbuilder: > > > > $ sh build/dist/bin/testbuilder.sh . > > Exception in thread "main" java.lang.ExceptionInInitializerError > > at > > com.vividsolutions.jtstest.testbuilder.model.TestBuilderModel.<clinit>(Unknown > > Source) > > at com.vividsolutions.jtstest.testbuilder.JTSTestBuilder.<init>(Unknown > > Source) > > at com.vividsolutions.jtstest.testbuilder.JTSTestBuilder.main(Unknown > > Source) > > Caused by: java.lang.NullPointerException > > at javax.swing.ImageIcon.<init>(ImageIcon.java:217) > > at > > com.vividsolutions.jtstest.testbuilder.AppConstants.<clinit>(Unknown Source) > > > > -- what comes below this line is just spam, dont bother scrolling... still here ? ------------------------------------------------------------------------------ _______________________________________________ Jts-topo-suite-user mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jts-topo-suite-user
