Currently it's mandatory to set JAVA_HOME system variable but it's perfectly fine to call directly java command.
JAVA_HOME
java
Make setting JAVA_HOME optional (so one could use different than default Java installation) and use java directly if possible.
Improved java binary detection with possibility to specify manually JAVA_HOME simplified classpath
Currently it's mandatory to set
JAVA_HOME
system variable but it's perfectly fine to call directlyjava
command.Make setting
JAVA_HOME
optional (so one could use different than default Java installation) and usejava
directly if possible.