Created
April 26, 2018 08:05
-
-
Save ravibharathii/ef94add617e9b97c20bb04e0ef4279ef to your computer and use it in GitHub Desktop.
Java version check Mac
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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