Created
June 8, 2021 12:45
-
-
Save rivergod/a89cb43f94b711b1c51bbf877c48d14d to your computer and use it in GitHub Desktop.
tomcat-setenv-cheat-sheet.bat
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| set "JAVA_HOME=PATH OF JDK ex.C:\zulu11.48.21-ca-jdk11.0.11-win_x64" | |
| set "JAVA_OPTS=%JAVA_OPTS% -Duser.language=en -Dconsole.encoding=UTF-8 -Dfile.encoding=UTF-8 " |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment