java.lang.UnsatisfiedLinkError: Access is denied
843829Oct 21 2005 — edited Oct 21 2005I'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