Using DLL in an Eclipse plugin

B

bjotho

Hello everybody,

I have written a Java application which communicates with a USB device.
One part of this application is a DLL, written in C, which I use in my
Java SW through JNI. In my stand-alone Java Swing application I put the
DLL in my classes dir and it works like a charm but when I now trying
to port the application to a plugin to Eclipse the software doesn't
seem to find the DLL. I get an UnsatisfiedLinkException all the time. I
have tried to put the DLL in the JRE/bin and in C:\windows\system32 dir
but without luck. Is there anyone who knows where to put my DLL for it
to start working?

Regards
Björn T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top