The files are in the correct directories as you pointed out. So i guess it
is anothe problem.
The java console gives the error message:
Java(TM) Plug-in: Version 1.3.0-C

Using JRE version 1.3.0 Java HotSpot(TM) Client VM

User home directory = C:\WINDOWS

Proxy Configuration: no proxy



JAR cache enabled.

java.lang.NoClassDefFoundError: javax/media/j3d/Group

 at java.lang.Class.newInstance0(Native Method)

 at java.lang.Class.newInstance(Unknown Source)

 at sun.applet.AppletPanel.createApplet(Unknown Source)

 at sun.plugin.AppletViewer.createApplet(Unknown Source)

 at sun.applet.AppletPanel.runLoader(Unknown Source)

 at sun.applet.AppletPanel.run(Unknown Source)

 at java.lang.Thread.run(Unknown Source)
----- Original Message -----
From: Carl Smotricz <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, August 26, 2000 9:08 PM
Subject: Re: [JAVA3D] installation problem


> Hi,
>
> At 17:50 26.08.00 , you wrote:
> >when i try to run a app i get the errormessage:
> >"java.lang.NoClassDefFoundError: javax/media/j3d/Group"
> >I have java2 sdk standard edition 1.3 and java3d 1.1.3 (opengl version)
on
> >my pc
> >What must i do so i can use java3D with java2 in app's
> >
>
> The Java3D stuff doesn't always install in just the right place, and some
> of the
> defaults are a little off. Your problem is that the Java runtime does not
know
> where to find the Jar files containing the J3D classes. Assuming your
Java2
> runtime (java.exe) lives in
>     C:/jdk1.3/bin ,
> then the Jar files
>     j3dutils.jar, j3daudio.jar, j3dcore.jar and vecmath.jar
> just live in
>     C:/jdk1.3/JRE/lib/ext .
>
> If they don't, then just find them and simply copy them there.
> There's a possibility that, once you do this, some DLLs won't be found,
but
> that
> would be the next problem to solve.
>
> Someone just last week wrote an excellent detailed explanation on how to
do
> this installing stuff so everything works. If my explanation doesn't help
> you I can
> go digging for this mail, or maybe the author will be kind enough to
repost it.
>
> Hope this helps,
>
> -Carl-
>
>
===========================================================================
> 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".

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