Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Java > Using DLL in an Eclipse plugin

Reply
Thread Tools

Using DLL in an Eclipse plugin

 
 
bjotho
Guest
Posts: n/a
 
      02-28-2006
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

 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Eclipse Plugin: how to modify perl build path from an eclipse Plugin java class eser@libero.it Java 1 09-07-2007 09:45 PM
Getting reference of eclipse plugin view or its component from another eclipse plugin view? Jimmy Java 0 03-15-2007 11:04 PM
Eclipse/Lomboz/JBoss: Cannot Start JBoss (Debug) Server from Eclipse Using Lomboz Plugin Jubz Java 0 05-30-2006 10:24 PM
Deploying eclipse plugin cleared everything in eclipse - project references in package explorer etc. javaguy44 Java 1 08-18-2004 03:24 PM
msvcrt.dll, msvcirt.dll, msvcrt20.dll and msvcrt40.dll, explanation please! Snoopy NZ Computing 16 08-25-2003 12:34 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57