You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This .bat file content might be useful for the majority of Windows users since we would expect the majority to not be on Java 6. The alternative of changing environment variables can be cumbersome.
REM Install from https://www.oracle.com/java/technologies/javase-java-archive-javase6-downloads.html
@echo off
set JAVA_HOME=C:\Program Files\Java\jre6
set Path=%JAVA_HOME%\bin;%Path%
echo Java 6 activated.
java -jar -da -Xmx2048M ChiBE_win64.jar
The text was updated successfully, but these errors were encountered:
This .bat file content might be useful for the majority of Windows users since we would expect the majority to not be on Java 6. The alternative of changing environment variables can be cumbersome.
The text was updated successfully, but these errors were encountered: