for that error I would assume your classpath is not set with the VRML97.jar
file.
Try coping it also to the java3d ext/ directory, not only the java2 ext/
directory. Or as a test, copy it into your code directory where you will
compile
it using:
javac -classpath .;vrml97.jar yourcode.java
and run using:
java -classpath .;vrml98.jar yourcode
That may help.
Mario
Mariusz Zaczek
NASA - Johnson Space Center
Automated Vehicles and Orbit Analysis / DM35
Flight Design and Dynamics Division
Mission Operations Directorate
Bldg: 30A Room: 3040A
Disclaimer: "The opinions, observations and comments expressed in my email
are strictly my own and do not necessarily reflect those of
NASA."
-----Original Message-----
From: Anissa Cheraki [mailto:[EMAIL PROTECTED]
Sent: Friday, March 14, 2003 4:39 PM
To: [EMAIL PROTECTED]
Subject: Re: [JAVA3D] load vrml file in java3d
hi zack
thanks for answering, i've tried your code but i still get the same
problem:
Exception in thread "main" java.lang.NoClassDefFoundError:
com/sun/j3d/loaders/vrml97/VrmlLoader
regards
****************************************************************************
**********************
The contents of this email and any attachments are confidential.
It is intended for the named recipient(s) only.
If you have received this email in error please notify the system manager by
sending
an email to ITS Helpdesk at [EMAIL PROTECTED] or the sender
immediately
and do not disclose the contents to anyone or make copies.
ITS antivirus gateway has scanned this email for viruses, vandals and
malicious
content.
****************************************************************************
**********************
===========================================================================
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".
===========================================================================
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".