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".