GLSL Links

JAVA libraries

JSR-231 (JOGL): https://jogl.dev.java.net/
Java3D: https://java3d.dev.java.net/binary-builds.html

Example Code

Shaders.zip

Useful Resources

http://nehe.gamedev.net/
Great OpenGL lessons and source code
Has JOGL examples, but are outdated and won't work with the current release.

http://download.java.net/media/jogl/builds/nightly/javadoc_public/
Current JOGL API

http://download.java.net/media/java3d/javadoc/1.5.1/index.html
Java3D API including javax.vecmath

http://www.clockworkcoders.com/oglsl/tutorials.html
Simple GLSL examples

http://www.eclipse.org/
Eclipse JAVA development environment