Call a C++ DLL in Java: java.lang.UnsatisfiedLinkError: Unable to load library

  • Thread starter Thread starter pianoboyCoder
  • Start date Start date
P

pianoboyCoder

Guest
I have a c++ 64bit DLL that I am calling or excuting in java. I get this error below when I don't have visual studio community installed. If I have visual studio installed, the error goes away. Is there away I can get the bare minimum dependencies without installing visual studio. I do not want to install the entire visual studio for this to work.

ERROR.

java.lang.UnsatisfiedLinkError: Unable to load library


pianoboyCoder

Continue reading...
 
Back
Top