Skip to content

Instantly share code, notes, and snippets.

@rivergod
Created June 8, 2021 12:45
Show Gist options
  • Save rivergod/a89cb43f94b711b1c51bbf877c48d14d to your computer and use it in GitHub Desktop.
Save rivergod/a89cb43f94b711b1c51bbf877c48d14d to your computer and use it in GitHub Desktop.
tomcat-setenv-cheat-sheet.bat
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