Write a shell script that can get java runtime information

You can use the following shell script to get java runtime information: #!/bin/bash# Get java runtime information java -version java -showversion java -X java -XshowSettings:all

Guess you like

Origin blog.csdn.net/weixin_35748962/article/details/129489852