S
shivaraj
Hi,
I am using "System.load("C:/sampleDLL2");" funtion to load a library.
But getting
Caused by: java.lang.UnsatisfiedLinkError: Can't load library:
C:/sampleDLL2
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.appiq.providers.win32.Win32MailBoxCache.<clinit>
(Win32MailBoxCache.java:112)
error. Could any one tell me the reason please?
I tried using System.loadLibrary("sampleDLL2") method but here there
also I am facing the same problem. The version of JDK is jdk1.5.0_08.
Any suggestions/directions will be much appriciated.
Regards,
Shivaraj
I am using "System.load("C:/sampleDLL2");" funtion to load a library.
But getting
Caused by: java.lang.UnsatisfiedLinkError: Can't load library:
C:/sampleDLL2
at java.lang.ClassLoader.loadLibrary(Unknown Source)
at java.lang.Runtime.load0(Unknown Source)
at java.lang.System.load(Unknown Source)
at com.appiq.providers.win32.Win32MailBoxCache.<clinit>
(Win32MailBoxCache.java:112)
error. Could any one tell me the reason please?
I tried using System.loadLibrary("sampleDLL2") method but here there
also I am facing the same problem. The version of JDK is jdk1.5.0_08.
Any suggestions/directions will be much appriciated.
Regards,
Shivaraj