Home > Java > JavaBase > What are the subdirectories after jdk installation?

What are the subdirectories after jdk installation?

Release: 2020-05-06 13:21:37
Original
6692 people have browsed it

What are the subdirectories after jdk installation?

jdk: jdk root directory, containing copyright, license and README files as well as the source file archive (src.zip) of the Java Core Platform API.

Subdirectory of jdk:

--jdk\bin: jdk development tool executable file directory, which contains javac.exe, java.exe and other executable programs.

--jdk\lib: The class library directory used by jdk development tools, mainly including tools.jar and dt.jar.

--jdk\jre: The root directory of the Java runtime environment used by the jdk development tool. Except for the documentation, it is exactly the same as the deployable JRE.

--jdk\demo: Some examples that come with jdk, including program examples with source code.

--jdk\include: c header file, used to support the native-code library using the jvm Debugger interface.

For more java knowledge, please pay attention to the java basic tutorial column on the PHP Chinese website.

The above is the detailed content of What are the subdirectories after jdk installation?. 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
Latest Issues
Install tomcat+jdk
From 1970-01-01 08:00:00
0
0
0
jdk help document problem
From 1970-01-01 08:00:00
0
0
0
How to change the JDK version of jspStudy?
From 1970-01-01 08:00:00
0
0
0
JAVA version problem?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template