Created
January 28, 2020 20:32
-
-
Save gorlok/0b736b2cab616233e797a770ec6f0d93 to your computer and use it in GitHub Desktop.
check java version on Linux
This file contains 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
#!/bin/bash | |
echo "Current Java version:" | |
java --version | |
javac --version | |
jar --version | |
jshell --version |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment