Skip to content

Instantly share code, notes, and snippets.

@lhazlewood
Created November 27, 2019 20:02
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 lhazlewood/37c80d491fed00d9a591c8ff1a3d4320 to your computer and use it in GitHub Desktop.
Save lhazlewood/37c80d491fed00d9a591c8ff1a3d4320 to your computer and use it in GitHub Desktop.
Determine the jdk vendor from the command line
java -XshowSettings:properties -version 2>&1 | grep 'java.vendor =' | awk -F'= ' '{print $2}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment