file : JNASockOpt.java - line 23 : Native.register("c");
I import jna-4.1.0.jar to my Java Project using Eclipse and package org.jnasockopt, but i meet a bug that report
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'c': Native library (win32-x86-64/c.dll) not found in resource path ()
Could you tell me where to find c.dll or fix this problem?
Thanks!
file : JNASockOpt.java - line 23 : Native.register("c");
I import jna-4.1.0.jar to my Java Project using Eclipse and package org.jnasockopt, but i meet a bug that report
Exception in thread "main" java.lang.UnsatisfiedLinkError: Unable to load library 'c': Native library (win32-x86-64/c.dll) not found in resource path ()
Could you tell me where to find c.dll or fix this problem?
Thanks!