Currently, the launcher script invokes java binary directly. This makes it suscpetible to whichever java is installed on the system/PATH variable. We want to invoke it with a prefix (valeu of $JAVA_HOME) so that the caller can control which java version needs to be used
Currently, the launcher script invokes java binary directly. This makes it suscpetible to whichever java is installed on the system/PATH variable. We want to invoke it with a prefix (valeu of $JAVA_HOME) so that the caller can control which java version needs to be used