Jdk:http://www.oracle.com/technetwork/java/javase/downloads/index-jsp-138363.html
See system 32-bit or 64-bit, 32-bit download x86 ...
After the JDK is installed, the JRE is typically placed in a parallel directory. Assuming that the JDK is installed in d:/java/jdk1.7.0_51, the JRE is generally d:/java/jre7
Configure environment variables: Right-click My Computer-Properties-advanced-environment variables
System variable-NEW-variable name: Java_home variable Value: d:/java/jdk1.7.0_51
Locate the path variable in the system variable: add%java_home%\bin;%java_home%\jre\bin on the last surface;
If you install Oracle later, you need to place the path path of the JDK in front of the Oracle's own JDK path
New-Variable name: CLASSPATH variable value:.; %java_home%\lib;%java_home%\lib\tools.jar (There is a point at the front)
After the JDK installation is complete, start-run-cmd enter java-version to see if the configuration was successful
Eclipse:http://www.eclipse.org/downloads/javaweb Development General Download Java EE version of the look system is 32 or 64-bit re-download
Eclipse can be used directly by decompression. Eclipse does not open generally is downloaded and the system does not match, the JDK environment is not configured well, if it is dragged from elsewhere may also be the Eclipse.ini configuration file in the virtual memory and other issues ...
Install the SVN plugin in eclipse:
1. Open Eclipse-help (Help)-Install New software ...-add-name:svn (feel free to write the name) location:http://subclipse.tigris.org/update_1.8 . x (later version number can be modified yourself)-then follow the steps to install
2. You can download the SVN plugin first, address: http://subclipse.tigris.org/servlets/ProjectDocumentList?folderID=2240
Copy the downloaded content to the features and plugins of the Eclipse installation directory, respectively
Integrate Tomcat in eclipse:
First install Tomcat and eclipse,tomcat:http://tomcat.apache.org/download and unzip to use
Then download the Tomcat plugin, plug-in address: http://www.eclipsetotale.com/tomcatPlugin.html
Copy the extracted jar package to the Plugins folder under the Tomcat installation directory and the Tom Cat icon will appear in eclipse after the reboot.
In Eclipse, click the Window menu--preferences--server--runtime environments--add-- Select--next--based on the version of Tomcat installed and choose the installation path for Tomcat--finish
If you need to add it at the bottom of Eclipse, new-server-then take the individual name and select the configured Tomcat server ... After adding complete, double-click the following Tomcat server, set ...
JDK, Eclipse, Tomcat plug-in, SVN plug-in installation