Hello
My last question was probably bad formulated. May I try again ? I'm
trying to transform an applet which use Java 3D in an application. My
applet is now:
public class Pick2 extends Applet
{
.....
......
public static void main(String argv[])
{
BranchGroup group;
new MainFrame(new Pick2(), 400, 400);
}
}
if i try to start this as an applet with the appletviewer, it run
perfectly (ie just with the bug i've inserted ;-). The code of the html
file is :
<applet align=middle code="Pick2.class" width=400 height=400>
</applet>
if i try to start this code as an application (with java Pick2), i
receive the following error :
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/media/j3d/SceneGraphObject
i've tried two other application with Java 3D, and none is running. Java
always complain that it doesn't find one of the Java 3D classes.
i've tried with jdk1.2.2, jdk 1.3b java3d 1.1.2 and java3d 1.1.3 (all on
Win NT SP6 & Open GL version) without success...
If somebody has an idea, please help me...
claude
===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff JAVA3D-INTEREST". For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".