System Grab Bag

View all TLDR pages from Mac OS X (or from all pages)

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 --xml
  • Display help:
    java_home --help

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.