Skip to content

install_base.sh: follow symlink when trying determining JAVA_HOME

Darryl Green requested to merge github/fork/patrik-arm/fix-java-home into main

Created by: patrik-arm

FIX

On some distributions /usr/lib/jvm will only contain symlinks that points outside that directory, therefore we must make sure to follow the symlinks.

Merge request reports