Java Configuration Java Environment variables, installing Eclipse__java

Source: Internet
Author: User

Java programs rely on JDK, just like C # program dependencies. NETFramework the same.

So before developing, you have to install the JDK (Javadevelopkit) in Win7 or Linux, including some Java tools, and the JRE (javaruntimeenvironment) Java Runtime Environment.

System: Windows7

JDK version: jdk1.7

Installation path: C:/java

When you install the JDK, the public JRE shown above is the same as the subsequent separately installed JRE. So it's OK to just install one.

Follow the steps above to show the configuration interface of the environment variables.

New, adding

Variable name Java_home

Variable value is C:\Java\jdk1.7.0_15

The variable name is best capitalized.

Modify path to add the JDK's Bin directory to the path directory.

%java_home%\bin;%java_home%\jre\bin;

Open the cmd command window, execute Javac, eject a series of commands, this succeeds.

Download Eclipse.

The online eclipse and Myeclipse,eclipse are free and open source. MyEclipse was developed by the Organization on Eclipse, with more jar packs and more powerful features.

You can download the green version of Eclipse.


Go to the blog Park to see: http://www.cnblogs.com/laov/p/3499501.html

Go to Csdn to see: http://blog.csdn.net/weixuehao/article/details/17715793

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.