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-11folder into the software's designated directory. -
Copy the appropriate version of our software's
.jarfile 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.batfile to run the software going forward.