Skip to content

Instantly share code, notes, and snippets.

@mumoshu
Last active August 29, 2015 13:57
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 mumoshu/9883975 to your computer and use it in GitHub Desktop.
Save mumoshu/9883975 to your computer and use it in GitHub Desktop.
#!/bin/sh
/usr/libexec/java_home -V 2>&1 \
| awk -F',' '$1 ~ /1.[678].0(_[a-z0-9\-]+)?$/ { gsub(/^ +/, ""); print $1 }'
#
#Output:
#
# 1.8.0
# 1.7.0_06
# 1.7.0_04
# 1.6.0_65-b14-462
# 1.6.0_65-b14-462
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment