datafusion-java icon indicating copy to clipboard operation
datafusion-java copied to clipboard

java.lang.UnsatisfiedLinkError: no datafusion_jni in java.library.path

Open lfygh opened this issue 2 years ago • 1 comments

Does it support jdk11? according to the readme, it supports jdk11, but when I change the java version to jdk11, and run ExampleMain.java, it reports the error:

java.lang.UnsatisfiedLinkError: no datafusion_jni in java.library.path: [xxx/datafusion-java/datafusion-java/build/jni_libs/dev]
Unsupported OS/arch (`Osx' detected), cannot find `/jni_libs/libdatafusion_jni.dylib' or load `datafusion_jni' from system libraries. Please try building from source the jar or providing datafusion_jni in your system.

then when I change version to jdk17, it works.

lfygh avatar Dec 19 '22 10:12 lfygh

what machine build / arch are you using?

jimexist avatar Aug 31 '23 06:08 jimexist