Java Environment Setup and command-line compilation

Source: Internet
Author: User

JDK and JRE Concepts

    1. Jdk:java Development Kit Java Development Kit. The JDK is available to Java developers and includes Java development tools, as well as the JRE
    2. Jre:java Runtime Environment Java Runtime environment. including Java virtual machines (JVM Java) and the core class libraries required by Java programs, if you want to run a well-developed Java program, you only need to install the JRE in your computer

Installing the JDK and JRE

Click jdk-8u151-windows-x64.exe (http://www.oracle.com/technetwork/java/javase download) to install the JDK

WINDOW10 Configuring environment variables

1. Click on this computer to open the system properties

2. Click Advanced System settings to eject the System Properties screen

3. Click on environment variable, popup environment variable interface; Click Path, enter at last; C:\Program files\java\jdk1.8.0_151

4. Inspection Javac Command

Command-line Compilation of Java files, file encoding must be UTF-8 Note: Only one class that is declared public in a source file requires that the class name and source file name of this class be consistent

Java Environment Setup and command-line compilation

Related Article

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.