Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JOGL binding to OpenGL on a locked-down computer

807607Oct 31 2006 — edited Oct 31 2006
I 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 28 2006
Added on Oct 31 2006
2 comments
92 views