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

Can't find lib dir for linux arm64

Open Sean-214 opened this issue 6 years ago • 1 comments

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
...

Sean-214 avatar Feb 12 '19 08:02 Sean-214

Someone close this issue

lukechu10 avatar Mar 06 '19 04:03 lukechu10