Hello,

I want use a loader for 3DS created by NCSA to export in an applet an object
3DS. Thus, I have followed the NCSA indications but when I try an example (here
javac Display.java) a error occured :
(I develop on windows 95/98 with OpenGL)

Display.java:74: Package ncsa.j3d.loaders not found in import.
import ncsa.j3d.loaders.*;
       ^
Display.java:75: Class ncsa.j3d.loaders.play.PlayReader not found in import.
import ncsa.j3d.loaders.play.PlayReader;
       ^
Display.java:76: Class ncsa.j3d.loaders.play.PlayWriter not found in import.
import ncsa.j3d.loaders.play.PlayWriter;
       ^
Display.java:77: Package ncsa.j3d.ui.tools not found in import.
import ncsa.j3d.ui.tools.*;
       ^
Display.java:78: Package ncsa.j3d.application not found in import.
import ncsa.j3d.application.*;
       ^
Display.java:79: Package ncsa.j3d.ui.events not found in import.
import ncsa.j3d.ui.events.*;
       ^
Display.java:80: Package ncsa.j3d.ui.record not found in import.
import ncsa.j3d.ui.record.*;
       ^
8 errors

Thus with users indications, I modified my CLASSPATH in the AUTOEXEC.BAT like
this :
CLASSPATH=.;c:\PROGRA~1\JAVASOFT\JRE\1.2\LIB;C:\JDK1.2.2\PORTFOLIO\PORTFOLIO.JAR

However, when I do a SET in Dos Windows the variable CLASSPATH don't appear and
an error occured :
 "command or file name false" (in fact that is in french "nom de commande ou de
fichier incorrect")

So can you help me ?

Thanks

ScreScarab (FRANCE)

NB : I like English but I don't speak it very well so if you can answer me in
French it will be better to understanding (if the problem is difficult!)

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