Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- From: Roedy Green <my_email_is_posted_on_my_website@xxxxxxxxxxxxxx>
- Date: Tue, 11 Apr 2006 19:34:49 GMT
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.
.
- Follow-Ups:
- Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- From: Jörgen Persson
- Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- References:
- JNI java.lang.UnsatisfiedLinkError with found DLL
- From: Jörgen Persson
- JNI java.lang.UnsatisfiedLinkError with found DLL
- Prev by Date: Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- Next by Date: Re: tcp double connections bad?
- Previous by thread: Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- Next by thread: Re: JNI java.lang.UnsatisfiedLinkError with found DLL
- Index(es):
Relevant Pages
|