Running Software with Java 11 Without Changing the Client's Default Java Version


Instructions for Running Software with Java 11 Without Changing the Client's Default Java Version

If the client needs to retain a lower Java version for other products but our software requires Java 11 or higher, follow these steps:

  1. Copy the jdk-11 folder into the software's designated directory.

  2. Copy the appropriate version of our software's .jar file to the same directory.

  3. Create a new Notepad file and insert the following code:
    @echo off
    start "" "D:\TallyConnects6.7_Prime3\jdk-11\bin\javaw" -jar "TallyConnects 6.13.7.jar"
    exit

  4. Save the Notepad file as start.bat

  5. Use this start.bat file to run the software going forward.


Did you find this article useful?