Category » Java Client
There was 1 article found in this category:
How to update the Java version on Linux?
After you install the new version of Java on Linux, please reset the Environment Variables by adding the following lines at the end of /etc/profile file: CLASSPATH=.:$JAVA_HOME/lib/dt.jar:$JAVA_HOME/lib/tools.jar PATH=$PATH:$JAVA_HOME/bin export JAVA_HOME CLASSPATH PATH Please perform the co ...