Use JAVA_HOME property to run abandon
adam-wyluda opened this issue · 1 comments
adam-wyluda commented
It would be convenient if abandon scripts could try to use java from JAVA_HOME instead of PATH.
hrj commented
Agreed, though we could have best of both worlds. We could change the script to pick $JAVA_HOME/bin/java
if JAVA_HOME
is defined, else use java
from the path.