Guillaume Helle wrote:

> i have a problem with examples of Java3D. I have this exception :
>
> D:\Java\Java3D\Astro3D>RUNME.windows.bat

> D:\Java\Java3D\Astro3D\Astro3D>java -classpath
> .;..\gargoyle.jar;..\ncsa.jar;D:\jdk1.2.2\jre\lib\ext\vecmath.jar;D:\jdk1.2.
> 2jre\lib\ext\j3dutils.jar;D:\jdk1.2.2\jre\lib\ext\j3dcore.jar;D:\jdk1.2.2\jr
> e\lib\ext\j3daudio.jar;D:\jdk1.2.2jre\lib\ext\iiimp.jar Astro3D

This is your problem. Java 3D is a standard extension.. oooopss Optional
Package. Never include it in your classpath. The way the JVM is set up,
it won't allow you to load other external items if the class is
referenced from your classpath, but should really be in the lib/ext
directory.


--
Justin Couch                                   Author, Java Hacker
Snr Software Engineer                     [EMAIL PROTECTED]
ADI Ltd, Systems Group              http://www.vlc.com.au/~justin/
New Java3D FAQ Home!!!:                    http://www.j3d.org/faq/
-------------------------------------------------------------------
"Look through the lens, and the light breaks down into many lights.
 Turn it or move it, and a new set of arrangements appears... is it
 a single light or many lights, lights that one must know how to
 distinguish, recognise and appreciate? Is it one light with many
 frames or one frame for many lights?"      -Subcomandante Marcos
-------------------------------------------------------------------

===========================================================================
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".

Reply via email to