DAISY Pipeline 2 uses the Windows environment variable JAVA_HOME to find your Java installation folder. This error can occur if the variable is not set or ... ... <看更多>
A little hacky, but put this line in your /etc/profile for setting it system-wide: export JAVA_HOME=$(dirname $(dirname $(readlink -e /usr/bin/javac))). ... <看更多>