Hei Peppe, thanks for reading the forum and the pointer. As I see it now, the issue is that Sextante 0.6 is compiled with Java 1.6 while OJ was compiled against Java 1.5. So one would need to test what happens if I compile OJ against Java 1.6. (I am not sure if I find time for that... if there is no message by tomorrow - from me, then I could not test it, and someone else may do)
stefan PS: a note to all: in a few hours (tonight) I will probably set my mail list subcription so that I do not get emails anymore. So you would need to send things directly to me (using the above address). Giuseppe Aruta schrieb: >> I want to check if it is the same with OJ+Sextante 0.3. >> >> > > I did the test > I download Sextante 0.3 here > [1] http://forge.osor.eu/frs/download.php/425/sextante-0.3.zip > [2] http://www.unex.es/eweb/sextantegis/sextante_openjump_bindings.zip > > and tried to run OJ1.4+Sextante 0.3 with Ubuntu 10.04 > _______________________________________________________________ > a) With Java version "1.6.0_22" > Java(TM) SE Runtime Environment (build 1.6.0_22-b04) > Java HotSpot(TM) 64-Bit Server VM (build 17.1-b03, mixed mode) > > This is the message of error: > > java.lang.NullPointerException > at > es.unex.sextante.core.AlgorithmsAndResources.addAlgorithmsAndPropertiesFromFolder(AlgorithmsAndResources.java:106) > at es.unex.sextante.core.Sextante.initialize(Sextante.java:43) > at > es.unex.sextante.openjump.extensions.SextanteToolboxPlugin.initialize(SextanteToolboxPlugin.java:32) > at > es.unex.sextante.openjump.extensions.SextanteToolboxExtension.configure(SextanteToolboxExtension.java:10) > at > com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:92) > at > com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:86) > at > com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:296) > at > com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253) > > --------------------------------------------------- > b) Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_22-b03) > Java HotSpot(TM) Client VM (build 1.5.0_22-b03, mixed mode, sharing) > Loading es.unex.sextante.openjump.extensions.SextanteCommandLineExtension > Loading es.unex.sextante.openjump.extensions.SextanteHistoryExtension > Loading es.unex.sextante.openjump.extensions.SextanteModelerExtension > Loading es.unex.sextante.openjump.extensions.SextanteResultsExtension > Loading es.unex.sextante.openjump.extensions.SextanteToolboxExtension > java.lang.NullPointerException > at > es.unex.sextante.core.AlgorithmsAndResources.addAlgorithmsAndPropertiesFromFolder(AlgorithmsAndResources.java:106) > at es.unex.sextante.core.Sextante.initialize(Sextante.java:43) > at > es.unex.sextante.openjump.extensions.SextanteToolboxPlugin.initialize(SextanteToolboxPlugin.java:32) > at > es.unex.sextante.openjump.extensions.SextanteToolboxExtension.configure(SextanteToolboxExtension.java:10) > at > com.vividsolutions.jump.workbench.plugin.PlugInManager.loadConfigurations(PlugInManager.java:92) > at > com.vividsolutions.jump.workbench.plugin.PlugInManager.load(PlugInManager.java:86) > at > com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:296) > at > com.vividsolutions.jump.workbench.JUMPWorkbench.main(JUMPWorkbench.java:253) > > ------------------------------ > It seems to me that this problem is not related to JRE version,under linux > Ubuntu > > Peppe > > > > > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps & games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Jump-pilot-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel > > ------------------------------------------------------------------------------ Nokia and AT&T present the 2010 Calling All Innovators-North America contest Create new apps & games for the Nokia N8 for consumers in U.S. and Canada $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store http://p.sf.net/sfu/nokia-dev2dev _______________________________________________ Jump-pilot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
