Initial knowledge of Java development

Source: Internet
Author: User

Description of the JDK directory:

Bin: Storage of Java related development tools

DB: As the name implies, the lightweight database included with the JRE

Include: an interface file that calls system resources

Operating Environment of Jre:java

LIB: The Core class Library

Src.zip:java's Open source code

JVM: Refers to a Java Virtual machine (role: Explaining the class file and notifying the system what to do, the Java virtual machine is not cross-platform, because different systems have different machine codes)

Jre;java's operating environment, including Java Virtual machines and core class libraries, for users

Jdk:java's development toolset, including JRE and Java development tools, for developers

Path: For the console to be able to find environment variable information under any path

Java_home: Avoid frequent changes to the PATH environment variable information

Classpath: Sets the path information where the class file is located (no configuration required above JDK5.0)

Command:

Javac: Start the Java compiler to compile the specified Java source files

Java: Start the Java Virtual machine to interpret and execute the corresponding class file

Initial knowledge of Java development

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.