At 12:42 AM 9/3/99 +0100, Tan Dongquan wrote:
>Andreea. Thank you for your reply.
>But Visual Cafe still can not find classes or import packages after I add
>directories to option, even I add all the directories which contain *.jar in
>my computer. It doesn't work at all. I don't know why. I've a bit puzzle
>with CLASSPATH setting.

I am successfully compiling J3D stuff with the IBM JDK compiler and running
the class files with the IBM JVM.  I've found the IBM stuff terrifically
fast and robust.  Here is the command line I use, you probably need
something equivalent for Visual Cafe

javac -classpath 
"c:/jdk1.2.2/jre/lib/i18n.jar;c:/jdk1.2.2/jre/lib/jaws.jar;c:/jdk1.2.2/jre/lib/plugprov.jar;c:/jdk1.2.2/jre/lib/rt.jar;c:/jdk1.2.2/jre/lib/ext/iiimp.jar;c:/jdk1.2.2/jre/lib/ext/j3daudio.jar;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/lib/dt.jar;c:/jdk1.2.2/lib/tools.jar;"
 *.java

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