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:
-
Copy the
jdk-11
folder into the software's designated directory. -
Copy the appropriate version of our software's
.jar
file to the same directory. -
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 -
Save the Notepad file as
start.bat
-
Use this
start.bat
file to run the software going forward.