JVM ν™˜κ²½λ³€μˆ˜

JAVA_HOME

  • This variable indicates the directory where the Java Development Kit (JDK) software is installed.1

JAVA_TOOL_OPTIONS

  • This environment variable allows you to specify the initialization of tools, specifically the launching of native or Java programming language agents using theΒ -agentlibΒ orΒ -javaagentΒ options.2

JAVA_OPTS

  • Apache Tomcatμ΄λ‚˜ λ‹€λ₯Έ μ•±μ—μ„œ μ‚¬μš© 쀑인 ν™˜κ²½ λ³€μˆ˜
  • Oracle κ°€μ΄λ“œ λ¬Έμ„œμ— μ—†λ‹€.

Reference

Footnotes

  1. https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html#CIHEEHEI ↩

  2. https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars002.html ↩