0x6a77 / JD2XX

A JD2XX fork that supports OS X (x86_64) and Linux (x86, x86_64, arm7hf, arm7sf)
10 stars 10 forks source link

UnsatisfiedLinkError #6

Closed FrimJo closed 8 years ago

FrimJo commented 8 years ago

Hi, I get

java.lang.UnsatisfiedLinkError: File /jni/mac/x86_64/libjd2xx.jnilib was not found inside JAR.

after adding the jd2xx.jar to my projekt, imported jd2xx.JD2XX and runnew JD2XX()

I'm on Mac OS X El Capitan Version 10.11.3 using Eclipse Version Mars.2 Release (4.5.2).

FrimJo commented 8 years ago

SOLVED

Instead I used JD2XX.jar found in JD2XX/prebuilt.jnilibs/ and added libjd2xx.jnilib found in JD2XX/prebuilt.jnilibs/osx/ which I added as native library location for JD2XX.jar.