Skip to content

Instantly share code, notes, and snippets.

@lhazlewood
Created November 27, 2019 20:02
Show Gist options
  • Select an option

  • Save lhazlewood/37c80d491fed00d9a591c8ff1a3d4320 to your computer and use it in GitHub Desktop.

Select an option

Save lhazlewood/37c80d491fed00d9a591c8ff1a3d4320 to your computer and use it in GitHub Desktop.

Revisions

  1. lhazlewood revised this gist Nov 27, 2019. No changes.
  2. lhazlewood created this gist Nov 27, 2019.
    1 change: 1 addition & 0 deletions get_jdk_vendor
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    java -XshowSettings:properties -version 2>&1 | grep 'java.vendor =' | awk -F'= ' '{print $2}'