First, install the JDK:
Download jdk1.7.0_51, after installation, configure the environment variables as follows:
1. New system variable: java_home
D:\JAVA\JDK1.7.0_51 (your JDK installation path)
2. Modify the system variable: PATH
Added:%java_home%\bin;%java_home%\jre\bin
3. New system variable: CLASSPATH
.; %java_home%\lib;%java_home%\lib\tools.jar (to Add. Indicates the current path)
4, save exit, run cmd, enter java-version, if display JDK version, then finished.
Two: Install Tomcat:
Mode 1: Download EXE file, double-click Install, the default port is 8080
Method 2: Download the zip file (http://apache.fayea.com/apache-mirror/tomcat/tomcat-6/v6.0.41/bin/ Apache-tomcat-6.0.41-windows-x64.zip), unzip it and copy it to the directory you want to install.
Three: Install myeclipse10.7
1, Http://xiazai.xiazaiba.com/Soft/M/MyEclipse_10.7_XiaZaiBa.zip
2, decompression and installation, in accordance with the cracked document to crack;
3. Configuration
3.1. Configure JDK: Open MyEclipse, find Java from the preferences left menu, open the installed JREs in the item, as shown, click Add. In the Add JRE dialog box that pops up, click Browse ..., select the directory where the JDK resides, automatically generate JRE system libraries, click OK to complete this configuration, return to preferences, select the JRE you just configured, click OK;
3.2, configure the tomcat:perferences->myeclipse->servers->tomcat->tomcat6.x, set it to enable, in the Browse. Directory, select the Tomcat installation directory,
3.3. Open the JDK option under Tomcat 6.x and select the JDK you just configured, as shown, click OK and the entire configuration is complete.
Four, now can open Tomcat service, done, hey.
Win8 64bits Configuration JDK1.7 + Myeclipse10.7 + TOMCAT6 development environment