add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

24
pages.zh/osx/java_home.md Normal file
View File

@@ -0,0 +1,24 @@
# 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`