JDK version error
Symptom
During execution of MyST, it fails with a message similar to the following:
Solution
You need to ensure JDK 8 is installed on the target hosts.
If the correct JDK is already installed and you are still getting this issue, then you should make sure that the System Java is not still pointing to the old version.
If you cannot change the System Java, then you can override the java
used by adding the following to ~/.bashrc
for the SSH user that is used by MyST:
Where /usr/local/java/bin
is the location of the Java bin
directory on your target host.
Last updated