I've been of this list for some time. Coming back, I notice that this
question's been asked three times without an answer. I'm trying to do
the same thing and have had partial success. What I can offer is that
you need to include the J3D archives in the classpath.
Doing so via the command line arguments via /cp doesn't seem to help,
but adding each one in the "properties/classpath" tab allows you to
build applications that will run using the JDK java.exe which you can
specify in the "Program" box under the "properties/launch" tab.
You'll need to add each of:
c:\jdk1.2.1\jre\lib\rt.jar
c:\jdk1.2.1\jre\lib\ext\vecmath.jar
c:\jdk1.2.1\jre\lib\ext\j3dutils.jar
c:\jdk1.2.1\jre\lib\ext\j3dcore.jar
in turn (assuming this is where you've installed them).
Unfortunately, I've not yet figured out how to run it in the debugger
via JView. Actually, I can run and debug up to the point that the first
J3D call is made which causes a java.lang.NoClassDefFoundError to be
thrown, so this is progress. Seems like the class def should be found if
the compiler was able to find it, but it just doesn't work. If anyone
can help me the last step of the way so that I can properly debug J3D
apps under MSVJ++, I'd greatly appreciate it.
--
Daniel Green [EMAIL PROTECTED]
Superliminal Software 415-673-5965
http://www.superliminal.com/ San Francisco, California
=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/