Files
tldr/pages.zh/osx/java_home.md

24 lines
515 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# java_home
> 返回 $JAVA_HOME 的值或使用该变量执行命令。
> 更多信息:<https://www.unix.com/man-page/osx/1/java_home>。
- 列出基于特定版本的 JVM
`java_home --version {{1.5+}}`
- 列出基于特定架构的 JVM
`java_home --arch {{i386}}`
- 列出基于特定任务的 JVM默认值为 `CommandLine`
`java_home --datamodel {{Applets|WebStart|BundledApp|JNI|CommandLine}}`
- 以 XML 格式列出 JVM
`java_home --xml`
- 显示帮助信息:
`java_home --help`