Last active
November 9, 2019 16:40
-
-
Save kparmar1/297681c3c002e16d15a1fb2d75a02324 to your computer and use it in GitHub Desktop.
List multiple java versions on the mac from the fish shell (useful with setjdk.fish to see possible valid idk versions )
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
function listjdk | |
/usr/libexec/java_home -V | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment