Posted by
Shawn Mikula-2 on
Jun 08, 2007; 7:34pm
URL: http://imagej.273.s1.nabble.com/3D-reconstruction-I-need-help-tp3699189p3699199.html
hi Johannes,
I have the most recent Java3d installed. I think it might be a classpath or
environment variable issue.
I tried the ImageJ 3D reconstruction plugin again, just now, and received
the following error:
java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at java.lang.ClassLoader.defineClass(Unknown Source)
at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:246)
at ij.io.PluginClassLoader.loadClass(PluginClassLoader.java:209)
at ij.IJ.runUserPlugIn(IJ.java:264)
at ij.IJ.runPlugIn(IJ.java:120)
at ij.Executer.runCommand(Executer.java:95)
at ij.Executer.run(Executer.java:49)
at java.lang.Thread.run(Unknown Source)
Shawn
----- Original Message -----
From: "Johannes Schindelin" <
[hidden email]>
To: "Shawn Mikula" <
[hidden email]>
Cc: <
[hidden email]>
Sent: Friday, June 08, 2007 11:25 AM
Subject: Re: 3D reconstruction (I need help)
> Hi,
>
> On Fri, 8 Jun 2007, Shawn Mikula wrote:
>
>> I tried the ImageJ 3D reconstruction plugin below, and receive the
>> following
>> error:
>> Plugin or class not found: "ImageJ_3D_Viewer"
>> (java.lang.NoClassDefFoundError:
>> com/sun/j3d/utils/behaviors/mouse/MouseBehaviorCallback).
>
> This means that you lack java3d, probably, or that your version is too
> old.
>
> Hth,
> Dscho
>