I just started Shader programming(GLSL) and created a few with RenderMonkey. Now I want to use this Shaders in my java code. Are there any simple examples of how I do that?<
The new version of Jogl adds as an Utility shader loading/compiling and Uniform setting/getting calls. Have a look at the API for the selection of methods.