Login  Register

Re: "Interactive 3D Surface Plot" Plugin Update

Posted by Barthel, Kai Uwe on Jan 10, 2007; 11:10pm
URL: http://imagej.273.s1.nabble.com/Interactive-3D-Surface-Plot-Plugin-Update-tp3700610p3700613.html

Albert,

this must be due to the fact that you are using the old version of  
ImageJ3D, that I released for the ImageJ conference. For some reason  
my plugin seems to load these old class files from these older  
imageJ3D files instead those of the jar-file.

I will update the ImageJ3D framework on my website soon.

Kai

> Hi Kai,
>
> In ImageJ 1.37v, java 1.6.0 I get:
>
>
> java.lang.NoSuchMethodError:  
> jRenderer3D.JRenderer3D.setTransformMaxDistance(I)V
>    at Interactive_3D_Surface_Plot.create3DRenderer
> (Interactive_3D_Surface_Plot.java:286)
>    at Interactive_3D_Surface_Plot.runApplication
> (Interactive_3D_Surface_Plot.java:243)
>    at Interactive_3D_Surface_Plot.run
> (Interactive_3D_Surface_Plot.java:230)
>    at ij.IJ.runUserPlugIn(IJ.java:264)
>    at ij.IJ.runPlugIn(IJ.java:118)
>    at ij.Executer.runCommand(Executer.java:95)
>    at ij.Executer.run(Executer.java:49)
>    at java.lang.Thread.run(Thread.java:620)