Issue while loading a dll library file... java.lang.UnsatisfiedLinkError: Can't load library
Posted
by Bhaskara Krishna Mohan Potam
on Stack Overflow
See other posts from Stack Overflow
or by Bhaskara Krishna Mohan Potam
Published on 2010-03-09T07:50:58Z
Indexed on
2010/03/09
7:51 UTC
Read the original article
Hit count: 619
Hi,
While loading a dll file, I am getting the following exception:
Exception in thread "main" java.lang.UnsatisfiedLinkError: Can't load library: D:\Transliteration\rlpnc-3.1.0-sdk-ia32-w32-msvc80\rlp\bin\ia32-w32-msvc80\btutiljni.dll at java.lang.ClassLoader.loadLibrary(Unknown Source) at java.lang.Runtime.load0(Unknown Source) at java.lang.System.load(Unknown Source) at com.basistech.util.internal.Native.bootstrapUtilitiesJNI(Unknown Source) at com.basistech.util.internal.Native.loadLibrary(Unknown Source) at com.basistech.rnt.jni.(Unknown Source) at com.basistech.rnt.RNTEnvironment.(Unknown Source) at SampleTranslator.(TranslateNameSample.java:88) at TranslateNameSample.main(TranslateNameSample.java:62)
not sure about the root cause of the issue. Can anybody help me out in resolving this issue.
Thanks, Bhaskar
© Stack Overflow or respective owner