Closed steveniemitz closed 2 years ago
Usually JAVA_HOME is required to be set as jre{version}. Do we need to fix this problem? As user maybe use openjdk, ibm java and so on, is this a real issue?
This isn't referring to a custom JRE installed normally on the host, it's referring to using the -jre
parameter to the scheduler, which downloads and unpacks a JRE in the broker sandbox before launching it.
Recent JRE distributions (from oracle at least) package the distribution as
jre{version}/bin/java
, but the scheduler assumesjre/bin/java
. This causes issues obviously.