Skip to content

Commit 35ba043

Browse files
committed
Update blog
1 parent 97c3890 commit 35ba043

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

content/blog/JVM Options.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: JVM Options
3-
description:
3+
description:
44
aliases: [/articles/2019-08/JVM-Options]
55
date: 2019-08-12
6-
tags: [Java]
6+
tags: [Java, JVM]
77
comments: true
88
---
99
# JVM Option 설정에 대하여

content/blog/JVM 환경변수.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
title: JVM 환경변수
3+
description:
4+
aliases: []
5+
date: 2025-11-19
6+
tags: [Java, JVM]
7+
comments: true
8+
---
9+
# JVM 환경변수
10+
## JAVA_HOME
11+
- This variable indicates the directory where the Java Development Kit (JDK) software is installed.[^1]
12+
13+
## JAVA_TOOL_OPTIONS
14+
- 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]
15+
16+
## JAVA_OPTS
17+
- [[Tomcat|Apache Tomcat]]이나 다른 앱에서 사용 중인 환경 변수
18+
- Oracle 가이드 문서에 없다.
19+
20+
## Reference
21+
- https://stackoverflow.com/questions/3933300/difference-between-java-opts-and-java-tool-options
22+
23+
[^1]: https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars001.html#CIHEEHEI
24+
[^2]: https://docs.oracle.com/javase/8/docs/technotes/guides/troubleshoot/envvars002.html

0 commit comments

Comments
 (0)