Skip to Main Content

Java HotSpot Virtual Machine

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!

java.lang.UnsatisfiedLinkError: Access is denied

843829Oct 21 2005 — edited Oct 21 2005
I'm unable to run the program available through the CVS access at https://bta.dev.java.net/. Compiling goes fine, but when I try to run the code, I get

java.lang.UnsatisfiedLinkError: C:\dev\cvs.dev.java.net\bta\lib\lwjgl\native\lwjgl.dll: Access is denied

The path to the native directory is correct, and java.libraray.path is being set, but Java can't seem to open the dll.

The .dlls are stored in the CVS archive. Is this a WIndows related issue? How can I access these files?

Mark McKay
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2005
Added on Oct 21 2005
2 comments
1,127 views