Interactive 3D Surface plot error

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Interactive 3D Surface plot error

Gabriel Landini
Hi,
Since 1.39 the "Interactive 3D Surface plot" and  
the "Volume Viewer" in the distribution (plugins/3D) are included in the 3D
plugins folder

However, if I move the jar plugin of the Interactive 3D Surface Plot to
another folder (I want it in the "Color" folder, it gives the following error

java.lang.NoSuchMethodError: jRenderer3D.JRenderer3D.<init>(DDD)V
        at
Interactive_3D_Surface_Plot.create3DRenderer(Interactive_3D_Surface_Plot.java:465)
        at
Interactive_3D_Surface_Plot.runApplication(Interactive_3D_Surface_Plot.java:420)
        at
Interactive_3D_Surface_Plot.run(Interactive_3D_Surface_Plot.java:407)
        at ij.IJ.runUserPlugIn(IJ.java:158)
        at ij.IJ.runPlugIn(IJ.java:124)
        at ij.Executer.runCommand(Executer.java:104)
        at ij.Executer.run(Executer.java:58)
        at java.lang.Thread.run(Unknown Source)


Strangely, this happens in Windows, but not under linux.

Any ideas?


Gabriel