Opened this issue 5 years ago · 2 comments
QE by @sparkoo
3.2.3 missing %% around JAVA_HOME
%JAVA_HOME% in Windows batch scripts would mean the same as $JAVA_HOME in bash scripts.
%JAVA_HOME%
$JAVA_HOME
So, do the docs need an edit for this? Or are they okay as they are?