Home  >  Article  >  Java  >  Java Instance - How to check the version of Java currently running?

Java Instance - How to check the version of Java currently running?

黄舟
黄舟Original
2017-02-21 09:53:181408browse

We can use the -version parameter to view the current running version of Java. The command is as follows:

java -version

The output result of the above code example is:

java version "1.6.0_13"
Java(TM) SE Runtime Environment (build 1.6.0_13-b03)
Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)

The above is Java Example - How to check the current version of Java running? For more related content, please pay attention to the PHP Chinese website (www.php.cn)!


Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn