Hi guys,
I get this error whenever I run any Java3d program...
-------------------------------------------------
Exception in thread "main" java.lang.UnsatisfiedLinkError: C:\j2sdk1.4.0-rc\jre\
bin\J3D.dll: One of the library files needed to run this application cannot be f
ound
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1480)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1396)
at java.lang.Runtime.loadLibrary0(Runtime.java:772)
at java.lang.System.loadLibrary(System.java:832)
at javax.media.j3d.MasterControl$20.run(MasterControl.java:850)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(MasterControl.java:847)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:229)
at javax.media.j3d.TransformGroupRetained.setTransform(TransformGroupRet
ained.java:127)
at javax.media.j3d.TransformGroup.setTransform(TransformGroup.java:111)
at org.it3d.widget.World.configSG(World.java:112)
at org.it3d.widget.World.<init>(World.java:44)
at LayoutTest.<init>(LayoutTest.java:39)
at LayoutTest.main(LayoutTest.java:197)
-----------------------------------------------------------------
Another problem is regarding an application, i am doing. It includes selecting
different objects in a picture.
For example...if i have a picture of an office. I should be able to
click on the office table , and be able to add new attributes like changing the color
of it. mind you.. just the color of the table.
or click the chair and go to another page.[hyper link it]
Regards,
Praveen
===========================================================================
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".