I'm trying to update java version in my server Debian 8 using steps in this link.
After checked with run java -version
and javac -version
, my java is update correctly.
my problem is when I try to check JVM Version is still remain as old version
I'm trying to update java version in my server Debian 8 using steps in this link.
After checked with run java -version
and javac -version
, my java is update correctly.
my problem is when I try to check JVM Version is still remain as old version
update java home in /etc/default/tomcat8
JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
And than restart tomcat