Re: What sets Java version at installation?

2021-06-11 Thread Niranjan Rao
Try out following command. Entry with * is the java version your system is set to use. You can use same command to config alternate version. update-alternatives --config java We routinely use multiple versions of JDK on many systems. We just set JAVA_HOME and derive all paths from that. Works

Re: What sets Java version at installation?

2021-06-11 Thread Mark Thomas
On 11/06/2021 21:53, Joel Griffith wrote: Hi everyone, I have two Ubuntu 20.04 servers, both with Tomcat 9 and Java 8 installed from the standard repositories. On the first, I installed Java 8 before installing Tomcat 9. When I installed Tomcat 9, it evidently found the existing Java 8

What sets Java version at installation?

2021-06-11 Thread Joel Griffith
Hi everyone, I have two Ubuntu 20.04 servers, both with Tomcat 9 and Java 8 installed from the standard repositories. On the first, I installed Java 8 before installing Tomcat 9. When I installed Tomcat 9, it evidently found the existing Java 8 installation, and when I run the server it reports