Question:
How can I find out the java version that's included with eHealth?
Answer:
Unix:
cd $NH_HOME/jre/bin
java -version
Windows:
cd $NH_HOME/Jre/bin
java.exe -version
As usual, depending on vulnerabilities that are released, we always update Java when we are affected by the vulnerability.