From: boukanov@sentef2.fi.uib.no (Igor Boukanov)
Subject: JNI problem
1 Sep 1997 18:01:06 -0700
Sender: mail@cygnus.com
Approved: cygnus.gnu-win32@cygnus.com
Distribution: cygnus
Message-ID: <Pine.HPP.3.95.970901155249.20645A-100000.cygnus.gnu-win32@sentef2.fi.uib.no>
Original-To: gnu-win32@cygnus.com
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Original-Sender: owner-gnu-win32@cygnus.com

Hi,

I tried to use gcc from b18 to implement JNI native libraris but without
much success, i.e. I was able to create dll, but I could not load libarary
from JVM. After the execution:
System.load("C:\\test\\test.dll");
I always got:
java.lang.UnsatisfiedLinkError: C:\test\test.dll
        at java.lang.Runtime.load(Runtime.java:397)
        at java.lang.System.load(System.java:553)
        at Prompt.main(Prompt.java:32)

In the same time I saw in the list archive that some guys at least were
able to call native methods. So what is a problem?

P.S.,

I also noticed that I can load system, MS-OFFICE dll's and  cygwin.dll
from Sergey, but not the one from oficial b18 package. So what is the
difference?  


Regards, Igor Boukanov. 
igor.boukanov@fi.uib.no  
http://www.fi.uib.no/~boukanov/

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
