node-java
node-java copied to clipboard
Can't find lib dir for linux arm64
I added a condition to the find_java_libdir.sh file. Now the problem is solved.
...
elif [[ "${os}" == "linux" && "${target_arch}" == "arm64" ]]; then
if [[ -d ${jre_dir}/arm/classic ]]; then lib_dir="${jre_dir}"/aarch64/classic; else lib_dir="${jre_dir}"/aarch64/server; fi
...
Someone close this issue