On Tue, Aug 4, 2020 at 2:18 PM Christopher Schultz wrote: So how do you switch Java versions? >
What do you mean? 1. Point an existing Tomcat instance to a different Java runtime, or 2. Upgrade an existing instance of Java? For 1: Use the procrun GUI and change the path to the jvm.dll file. Naturally you would need to restart Tomcat instance. For 2: My alternative installer is for upgrading Tomcat, not the Java instance. To do that, you would need to: a. Stop the Tomcat instance b. Upgrade/install the Java you want c. (If path to jvm.dll changed) Use the procrun GUI to change the path to the jvm.dll file d. Start the Tomcat instance Bill