Java Development Environment Building

Source: Internet
Author: User

Building Java Development

First, the development kit JDK

Download to the official Oracle website (http://www.oracle.com/).

Install directly after download, configure environment variables after installation:

Java_home
C:\Java\jdk1.6.0_30

PATH
C:\Java\jdk1.6.0_30\bin

CLASSPATH
.; %java_home%\lib\dt.jar;%java_home%\lib\tools.jar, (the front dot and semicolon must not be lost, and the middle, the back of the semicolon also do not lose)

Configuration is complete.

Run cmd, enter the DOS interface, run java-version, and if the above environment is configured correctly, the current JDK version information should be displayed. (This command can be run in any directory)

Second, Java development ide--eclipse

Eclipse official website (http://www.eclipse.org), select Download to go to the Download list page

After installation Click Eclipse.exe to start Eclipse.

The Java development environment was initially completed

Java Development Environment Building

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.