简体   繁体   中英

How do you install a jar with a dll on eclipse?

I wanted to try this : https://gist.github.com/brigand/1526712 So i got the native call library : http://johannburkard.de/software/nativecall/

As you can see it says :

Download NativeCall.
Extract nativecall-0.4.1.jar and nativeloader-200505172341.jar.
Make sure both JAR files are in your classpath.
Extract the native library (NativeCall.dll).

So I did everything except step 4, what does he mean by extract the dll?

when running the program I get :

Hello World

Something went wrong...
java.lang.UnsatisfiedLinkError: NativeCall

So I guess I need to "extract" this dll.

Thanks.

windows profressional 7 64. Eclipse kepler.

Try referring this link.

http://www.jdotsoft.com/JarClassLoader.php .

Hope it helps you.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM