snippetbashTip
java_home — Return a value for `$JAVA_HOME` or execute command using this variable. More information: <https://w
Viewed 0 times
commandvalueexecuteclireturnforjava_home
macos
Problem
How to use the
java_home command: Return a value for $JAVA_HOME or execute command using this variable. More information: <https://www.unix.com/man-page/osx/1/java_home>.Solution
java_home — Return a value for $JAVA_HOME or execute command using this variable. More information: <https://www.unix.com/man-page/osx/1/java_home>.List JVMs based on a specific version:
java_home --version {{1.5+}}List JVMs based on a specific [arch]itecture:
java_home --arch {{i386}}List JVMs based on a specific tasks (defaults to
CommandLine):java_home --datamodel {{Applets|WebStart|BundledApp|JNI|CommandLine}}List JVMs in a XML format:
java_home --xmlDisplay help:
java_home --helpCode Snippets
List JVMs based on a specific version
java_home --version {{1.5+}}List JVMs based on a specific [arch]itecture
java_home --arch {{i386}}List JVMs based on a specific tasks (defaults to `CommandLine`)
java_home --datamodel {{Applets|WebStart|BundledApp|JNI|CommandLine}}List JVMs in a XML format
java_home --xmlDisplay help
java_home --helpContext
tldr-pages: osx/java_home
Revisions (0)
No revisions yet.