Skip to content

Instantly share code, notes, and snippets.

@moriya9n
Last active May 14, 2018 01:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save moriya9n/d0317ee7545083252518f9570bb562be to your computer and use it in GitHub Desktop.
Save moriya9n/d0317ee7545083252518f9570bb562be to your computer and use it in GitHub Desktop.
しょうもないTIPS: 英語版のwindows serverでopenjdk+tomcatを立ち上げる時に日本語関係で悩まされないための設定
setenv.bat に以下のように書いて、startup.bat を実行する。
JAVA_OPTS=の後ろには "" 不要。
set JAVA_OPTS=-Duser.language=ja -Duser.country=JP -Dspring.profiles.active=dev -Dfile.encoding=UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment