First, install MyEclipse 10
1. Double-click the executable file (. exe)
2.
3.
4.
5.
6.
Second, activation
1. Open the MyEclipse Activation tool folder
2. Double-click
3. Pop-up Doc Command box
4. Then pop up the dialog box and enter it randomly in usercode.
5. Click the Active button
6, then select the above menu bar in Tools under 2.SaveProperties
7 . Then click the 1th option under Tools Replacejarfile.
Locate the MyEclipse installation directory in the popup dialog box
8, open MyEclipse 10 this software found no popup that prompt box, if you want to see if the activation has not been successful, click on the menu bar MyEclipse under the subscription information, if you see the following display instructions is the activation success!
9. If not shown, re-save the activation operation or restart the myeclipse.
Third, install Tomcat 7.0
First, install JDK 1.7
1. Add environment variables: in My Computer--Properties---Advanced environment variables
2. New system variable, variable name: Java_home variable Value: C:\Program files\java\jdk1.7.0 (JDK installation directory)
3. After the original system variable path, add the English semicolon,
Add%java_home%\bin;%java_home%\lib\dt.jar;%java_home%\jre\bin again;
Do not delete the original. See clearly, the semicolon between them, is the semicolon in English.
4, restart the computer to take effect (because the system variables are added, if your system is win7, you do not need to restart).
5, test the JDK is installed successfully, run->cmd->d: Enter D, input javac see if can come out a lot of commands, out of the JDK configuration is successful.
Use of MyEclipse 10