Getting Started with Java 1day

Source: Internet
Author: User

Java installation and environment variable configuration

1. Installation

2. Environment variable Configuration

1) Right-click Computer--Properties (R)--Advanced system settings--advanced--environment variables

2) System variables (or user variables)--New
Variable name: java_home
Variable Value: C:\Program files\java\jdk1.6.0_21 (choose Java installation Address, folder named ' jdk***** ')
3) Select the "Path" variable
First, when you need to add a new variable value to the value of the variable, you need to first add ";" No.
Variable Value:
C:\Program Files\java\jdk1.6.0_21\bin;
C:\Program Files\java\jdk1.6.0_21\jre\bin
4) System Variables--New
Variable name: Class_path
Variable value:.; C:\Program Files\java\jdk1.6.0_21\lib\dt.jar;
C:\Program Files\java\jdk1.6.0_21\lib\tools.jar
"." Represents the current path
".." The delegate returns to the last directory
5) Verification
java Command-->javac command-->java-version

Getting Started with Java 1day

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.