Advertisement
Guest User

Untitled

a guest
Jul 8th, 2012
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. What is causing UnsatisfiedLinkError for jniwrap64.dll?
  2. java.lang.UnsatisfiedLinkError: Cannot load native JNIWrapper library (jniwrap64.dll)
  3. at com.jniwrapper.Library.loadNativeCode(SourceFile:78)
  4. at com.jniwrapper.Library.loadNativeCode(SourceFile:103)
  5. at com.jniwrapper.Library.ensureNativeCode(SourceFile:113)
  6. at com.jniwrapper.Library.load(SourceFile:189)
  7.  
  8. Library myLib = Library(path);
  9. myLib.load(this.getClass().getClassLoader());
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement