One: JDK configuration
1. Right-click: My Computer--〉 Properties--〉 Advanced--〉 Environment variables
2. Locate the "Path" in the system variable and double-click on it to add the following statement at the beginning of the variable value in the popup interface.
D:/common/java/jdk1.6.0_02/bin;
Be careful not to forget the semicolon in the back, then click the OK button on the Edit System variable interface
3. Click "New" on the environment variable interface,
The variable name is: Java_home
The value of the variable is: d:/common/java/jdk1.6.0_02;
Note the semicolon, and then click the OK button on the new system variable interface
4. Click "New" in the environment variable interface to pop up the new system variable interface.
The variable is named: Classpath, and the value of the variable is:.;
Note the dots and semicolons, and then click the OK button all the way to this setting to complete.
Fourth step: Detect the installation configuration is successful
Finish the above steps, the basic installation and configuration is good, how to know the installation is not successful?
Click: Start--〉 Run, enter "CMD" in the popup dialog, then click OK, in the Popup dos window,
Enter "Javac" and then enter, and a list of JAVAC indicates that the installation configuration was successful.
This way after normal, if open eclips still error, may be JDK version and eclips version inconsistent (Bit32 and Bit64)
PHP Development Debug Environment configuration (based on Wampserver+eclipse for PHP developers)