Home > Java > javaTutorial > body text

How to check jdk version

藏色散人
Release: 2019-06-15 11:54:06
Original
25512 people have browsed it

JDK (Java Development Kit) is Sun Microsystems' product for Java developers. Since the introduction of Java, JDK has become the most widely used Java SDK. JDK is the core of the entire Java, including Java runtime environment, Java tools and Java basic class libraries.

How to check jdk version

#How to check the jdk version?

Steps to view the JDK:

1. Enter java -version under DOS;

2. View the configuration of environment variables .

Attachment:

Check whether jdk is installed, enter java or java -version;

If it prompts that java is not an internal or external command, or there is no The version means that jdk is not installed or the path environment variable is not configured after JDK is installed. Otherwise, if a bunch of English appears, it means that JDK has been installed.

The above is the detailed content of How to check jdk version. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template