Try setting PATH environment variable to include
     C:\jdk1.2.2\jre\bin;C:\jdk1.2.2\bin
or whatever is appropriate to your environment.
And set CLASSPATH to include
    C:\jdk1.2.2\jre\lib\ext\j3dcore.jar;
    C:\jdk1.2.2\jre\lib\ext\j3dutils.jar;
    C:\jdk1.2.2\jre\lib\ext\vecmath.jar;
    C:\jdk1.2.2\jre\lib\ext\j3daudio.jar
Also for browser use, run your html file through the plugin converter utility that can be downloaded from Sun.
 
The following URLs may also help...
-----Original Message-----
From: Discussion list for Java 3D API [mailto:[EMAIL PROTECTED]]On Behalf Of Pedro García Patrón
Sent: Wednesday, September 06, 2000 11:28 AM
To: [EMAIL PROTECTED]
Subject: [JAVA3D] Urgent!! Please, I need help!

Hi everybody!
 
I've got a problem and I don't know how can I solve it. I have an applet zipped in a jar file. I can't run this applet in a browser or in the appletviewer because an error like this one appears:
 
     java.lang.NoClassDefFoundError: javax/media/j3d/Group
 
I use the Java Plug-in with the browser IE. I think I've got a problem with the CLASSPATH but I don't know it.
 
The readme file in Java 3D says that you do not need to include the J3D jar files in your CLASSPATH, nor do you need to include the J3D shared libraries in your PATH, so I don't know what to do.
 
I think that the Virtual Machine doesn't recognize the library Java 3D, but I'm not sure and I don't know how can I prove it.
 
I have to present my final project the next week so I'm very desperate. My application runs correctly, but I want to present my program running under a browser. Can anyone of you help me, please?

Thank you in advance for any information you can give me.
 
Pedro.

Reply via email to