0x6a77 / JD2XX

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

NoSuchFieldError: Handle #8

Open Emptyless opened 7 years ago

Emptyless commented 7 years ago

I am using the Openhab2 RFXCom binding and used the jar from /prebuilt-jnilibs with the /prebuilt-jnilibs/arm-hf/ shared library. Unfortunately I get the error:

Caused by: java.lang.NoSuchFieldError: handle
    at java.lang.ClassLoader$NativeLibrary.load(Native Method)[:1.8.0_121]
    at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1941)[:1.8.0_121]
    at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1857)[:1.8.0_121]
    at java.lang.Runtime.loadLibrary0(Runtime.java:870)[:1.8.0_121]
    at java.lang.System.loadLibrary(System.java:1122)[:1.8.0_121]
    at jd2xx.JD2XX.<clinit>(JD2XX.java:727)
astopaolo commented 6 years ago

I've the same problem