I think you gotta drop it into the extension library or something,
jre/lib/ext/, the newer JDK 1.2 stuff I am not so up to speed upon.

Here's what I get from "set" on a DOS prompt if that helps:

TMP=C:\WINDOWS\TEMP
TEMP=C:\WINDOWS\TEMP
PROMPT=$p$g
winbootdir=C:\WINDOWS
COMSPEC=C:\COMMAND.COM
DELTA=c:\DELTA
CONFOR=CONFORQW
DELFOR=DELFORQW
DIST=DISTQW
KEY=KEYQW
INTKEY=INTKEY5
AGLET_HOME=c:\Aglets1.1b
HOME=c:\raf
AGLET_PATH=c:\jclasses;c:\Aglets1.1b\public
CLASSPATH=C:\JMF1.1\LIB\JMF.JAR;c:\Aglets1.1b\LIB\AGLETS.JAR;;.;c:\javasound08\l

ib\sound.jar;c:\jclasses
DJGPP=c:\djgpp\djgpp.env
PATH=C:\JMF1.1\LIB;C:\TEXMF\MIKTEX\BIN;C:\GNAT\BIN;C:\PROGRA~1\WIN98RK;C:\WINDOW

S;C:\WINDOWS\COMMAND;C:\JDK1.2\BIN\;C:\AGLETS1.1B\BIN;C:\DJGPP\BIN;C:\PROGRA~1\M

TS;C:\DELTA;C:\PROGRA~1\OX\BIN
OXPATH=C:\Program Files\Ox\include;C:\Program Files\Ox
windir=C:\WINDOWS
BLASTER=A220 I5 D1 H5 T5

Notice dot (.) is in the classpath, sounds like you got that already.
Nothing else is in the classpath, it's in /ext/.

Visit Java3D Land!

http://www.tomco.net/~raf/java3d.html

Have a nice day, good luck,

Ross F.


Mike wrote:

> I've been assigned to learn Java 3D and create a demo class of my own
> for my workgroup.  As such, I downloaded Java 3D, installed it using the
> installation program, and
> added it to my classpath.  I then tried to run the HelloUniverse demo
> file using "java HelloUniverse" and then also "appletviewer
> HelloUniverse.html".   Both times I received error messages.   They are
> as follows:
>
> C:\java1.2\demo\java3d\HelloUniverse>java HelloUniverse
> Exception in thread "main" java.lang.NoClassDefFoundError:
> javax/media/j3d/SceneGraphObject
>
> C:\java1.2\demo\java3d\HelloUniverse>appletviewer HelloUniverse.html
> java.lang.NoClassDefFoundError:
> com/sun/j3d/utils/universe/SimpleUniverse
>         at HelloUniverse.<init>(HelloUniverse.java:81)
>         at sun.applet.AppletPanel.createApplet(AppletPanel.java:462)
>         at sun.applet.AppletPanel.runLoader(Compiled Code)
>         at sun.applet.AppletPanel.run(Compiled Code)
>         at java.lang.Thread.run(Compiled Code)
>
>     I installed Java 3D into my Java1.2 directory.  I was unable to find
> a javax directory on my computer using FindFile and am not sure if
> Java3d installed correctly.  I assume I have OpenGL 1.1 on this computer
> (a new Windows NT machine) but don't know for sure.  I'd appreciate any
> assistance or direction you can give me on this.
>
> Mike
>
> =====================================================================
> To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
> Java 3D Home Page: http://java.sun.com/products/java-media/3D/

--
Ross Andrew Finlayson
202/387-8208
http://www.tomco.net/~raf/
"C is the speed of light."


=====================================================================
To subscribe/unsubscribe, send mail to [EMAIL PROTECTED]
Java 3D Home Page: http://java.sun.com/products/java-media/3D/

Reply via email to