Skip to content

Instantly share code, notes, and snippets.

@ravibharathii
Created April 26, 2018 08:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ravibharathii/ef94add617e9b97c20bb04e0ef4279ef to your computer and use it in GitHub Desktop.
Save ravibharathii/ef94add617e9b97c20bb04e0ef4279ef to your computer and use it in GitHub Desktop.
Java version check Mac
To get list java version install in mac
/usr/libexec/java_home -V
To get specific java version installed in mac
/usr/libexec/java_home -v 1.7
To get current java version in mac
/usr/libexec/java_home -v
https://dzone.com/articles/java-findingsetting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment