hello all , i have a problem which can't solve it for 2 days search :/
i need to draw 3d shapes , i downloaded all packages
and set an example code and run it
this error appear !!
Exception in thread "main" java.lang.UnsatisfiedLinkError: no J3D in java.library.path
at java.lang.ClassLoader.loadLibrary(ClassLoader.java :1886)
at java.lang.Runtime.loadLibrary0(Runtime.java:849)
at java.lang.System.loadLibrary(System.java:1088)
at javax.media.j3d.MasterControl$22.run(MasterControl .java:889)
at java.security.AccessController.doPrivileged(Native Method)
at javax.media.j3d.MasterControl.loadLibraries(Master Control.java:886)
at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUn iverse.java:229)
at SimpleTest.<init>(SimpleTest.java:39)
at SimpleTest.main(SimpleTest.java:391)
Java Result: 1
can any one help please ?!? ?_?