How can I set up Java 3D develop enviroment?

every time I run the sample code of Java 3D,it shows the error message “java.lang.UnsatisfiedLinkError” can anyone give me some idea to solve this problem
Cheers

Sorry, if you mean Java 3D that is a scene graph API from Sun and isn’t directly related to OpenGL when it comes to development.

Sun has added OpenGL bindings here:

https://jogl.dev.java.net/

…examples too:

https://jogl-demos.dev.java.net/

OpenGL for Java is here:

http://www.jausoft.com/gl4java/

examples here:

http://web.hypersurf.com/~sully/OpenGL/DemoBox.html

More stuff here:

http://www.opengl.org/resources/java/

Good luck, I’m closing this thread because questions about “Java 3D” are off topic here.

P.S. you’re probably missing a library ‘runtime component’ of some sort.