Last active
March 4, 2020 13:04
-
-
Save zviederi/61a788dfb6c107b0d00cf58c08aaadd3 to your computer and use it in GitHub Desktop.
How to get info about java on Linux/Unix machine
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
Command to get info: | |
java -XshowSettings:properties -version | |
Get tomcat info: | |
java -cp lib/catalina.jar org.apache.catalina.util.ServerInfo |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment