JOGL binding to OpenGL on a locked-down computer
807607Oct 31 2006 — edited Oct 31 2006I created a program that uses JOGL to access openGL.
For those who don't know, JOGL requires that a jogl.jar file be in the java/jre/lib/ext/ folder
Also the jogl.dll file must be in the
java/jre/bin/ folder
Both of these folders are in a restricted part of the computer at school, so I can't add the necessary files. Also, the Enironment Variables are not accessible, so I cant just tell java to look for these on the desktop.
Is there some sort of solution to this problem that doesn't involve me contacting the tech guys?
thanks!