Re: [JPP-Devel] sextante NPE

2018-04-08 Thread edgar . soldin
yeah, try that.. ede On 4/8/2018 21:06, Giuseppe Aruta wrote: > Hi Ede, > I forgot that plugin folder points to LIB/PLUS instead to LIB/EXT in Eclipse > > This method should probabily work in SextanteToolboxPlugIn class for both > folders. > >  private String getJarsFolder() { >     final

Re: [JPP-Devel] sextante NPE

2018-04-08 Thread Giuseppe Aruta
Hi Ede, I forgot that plugin folder points to LIB/PLUS instead to LIB/EXT in Eclipse This method should probabily work in SextanteToolboxPlugIn class for both folders. private String getJarsFolder() { final String path = JUMPWorkbench.getInstance().getPlugInManager()

Re: [JPP-Devel] sextante NPE

2018-04-08 Thread edgar . soldin
hey Peppe, nope still broken ;(.. smells like it does not compute the sextante folder correctly. did you change something there? any reason why you don't ask OJ's PluginManager for the path? eg. workbenchcontext.getWorkbench().getPlugInManager().getPlugInDirectory(); this should be correct

Re: [JPP-Devel] sextante NPE

2018-04-08 Thread Giuseppe Aruta
Thanks Ede It should be fixed on next build Peppe 2018-04-08 15:42 GMT+02:00 : > hey Peppe, > > after svn updating to your latest sextante binding, running OJ in eclipse > throws the following.. ede > > java.lang.NullPointerException > at

[JPP-Devel] sextante NPE

2018-04-08 Thread edgar . soldin
hey Peppe, after svn updating to your latest sextante binding, running OJ in eclipse throws the following.. ede java.lang.NullPointerException at es.unex.sextante.core.AlgorithmsAndResources.addAlgorithmsAndPropertiesFromFolder(AlgorithmsAndResources.java:143) at