Re: JNI java.lang.UnsatisfiedLinkError with found DLL



On 11 Apr 2006 07:16:56 -0700, "Jörgen Persson" <jrpe99@xxxxxxxxxxx>
wrote, quoted or indirectly quoted someone who said :

Exception in thread "main" java.lang.UnsatisfiedLinkError:
C:\license\LicenseWrapper.dll: This application has failed to start
because the application configuration is incorrect. Reinstalling the
application may fix this problem

When you create your DLL, create it as a static library, so that it
will be self contained and not depend on various other libraries being
preinstalled.
--
Canadian Mind Products, Roedy Green.
http://mindprod.com Java custom programming, consulting and coaching.
.



Relevant Pages