Dear Thomas,
since the latest update of the 3D ImageJ Suite [1], I get the error pasted below when trying to start the 3D ROI manager. I assume the plugin doesn't find the resource images for its buttons. In the distributed jar file, the images are in: /src/resources while in the available source code [2], the images are expected to be in /resources Regards, Jan [1]: http://sites.imagej.net/Tboudier/ [2]: http://imagejdocu.tudor.lu/lib/exe/fetch.php?media=plugin:stacks:3d_ij_suite:mcib-plugins2.7-src.zip (Fiji Is Just) ImageJ 2.0.0-rc-30/1.49s; Java 1.6.0_20 [64-bit]; Windows 7 6.1; 539MB of 50000MB (1%) java.lang.NullPointerException at javax.swing.ImageIcon.<init>(ImageIcon.java:167) at mcib_plugins.tools.RoiManager3D_2.initComponents(RoiManager3D_2.java:784) at mcib_plugins.tools.RoiManager3D_2.<init>(RoiManager3D_2.java:122) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) at java.lang.reflect.Constructor.newInstance(Constructor.java:513) at java.lang.Class.newInstance0(Class.java:355) at java.lang.Class.newInstance(Class.java:308) at ij.IJ.runUserPlugIn(IJ.java:197) at ij.IJ.runPlugIn(IJ.java:163) at ij.Executer.runCommand(Executer.java:131) at ij.Executer.run(Executer.java:64) at java.lang.Thread.run(Thread.java:619) -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Dear Jan,
Thanks for the information, I do not know what happened ;) . Should be fixed now. Best, Thomas On 20/05/15 17:31, Jan Eglinger wrote: > Dear Thomas, > > since the latest update of the 3D ImageJ Suite [1], I get the error > pasted below when trying to start the 3D ROI manager. I assume the > plugin doesn't find the resource images for its buttons. > > In the distributed jar file, the images are in: > > /src/resources > > while in the available source code [2], the images are expected to be in > > /resources > > Regards, > Jan > > > > [1]: > http://sites.imagej.net/Tboudier/ > [2]: > http://imagejdocu.tudor.lu/lib/exe/fetch.php?media=plugin:stacks:3d_ij_suite:mcib-plugins2.7-src.zip > > > > (Fiji Is Just) ImageJ 2.0.0-rc-30/1.49s; Java 1.6.0_20 [64-bit]; > Windows 7 6.1; 539MB of 50000MB (1%) > > java.lang.NullPointerException > at javax.swing.ImageIcon.<init>(ImageIcon.java:167) > at > mcib_plugins.tools.RoiManager3D_2.initComponents(RoiManager3D_2.java:784) > at mcib_plugins.tools.RoiManager3D_2.<init>(RoiManager3D_2.java:122) > at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native > Method) > at > sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39) > at > sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27) > at java.lang.reflect.Constructor.newInstance(Constructor.java:513) > at java.lang.Class.newInstance0(Class.java:355) > at java.lang.Class.newInstance(Class.java:308) > at ij.IJ.runUserPlugIn(IJ.java:197) > at ij.IJ.runPlugIn(IJ.java:163) > at ij.Executer.runCommand(Executer.java:131) > at ij.Executer.run(Executer.java:64) > at java.lang.Thread.run(Thread.java:619) > > -- > ImageJ mailing list: http://imagej.nih.gov/ij/list.html > > > > -- > /***************************************************************/ > Thomas Boudier, Associate Professor, UPMC, > Université Pierre et Marie Curie, Paris, France. > BioInformatics Institute (BII)/IPAL, Singapore. > /**************************************************************/ -- ImageJ mailing list: http://imagej.nih.gov/ij/list.html |
Free forum by Nabble | Edit this page |