
How to check the java version?
Open the [Start] menu in the lower left corner of the computer, find the [Run] option, click to open

Enter the cmd command in the pop-up run dialog box , click OK

Enter the command line interface, enter Java -version and click Enter (note that there is a space between Java and -)

In the pop-up Java version information, you can see the currently installed Java version number.

Recommended tutorial: "java learning"
The above is the detailed content of How to check java version. For more information, please follow other related articles on the PHP Chinese website!