1. Software Preparation
JDK Latest Version Jdk-8u45-windows-x64.exe
Tomcat Latest Version 32-bit/64-bit Windows Service Installer
Eclipse IDE for Java EE developers latest version Eclipse-jee-luna-sr2-win32-x86_64.zip
Installation of the 2.JAVA environment
Installing the JDK
Configuring Environment variables
Add The first system variable:
Java_home Value: C:\Program files\java\jdk1.8.0_45 (This is the installation path of the JDK).
Add A second system variable:
Classpath value:.; %java_home%\lib\tools.jar
To modify a third system variable:
Path value:%java_home%\lib;
Note:.; Here is the meaning of the return root, and%java_home% is the path to the JDK.
Installation of the 3.TOMCAT environment
Install Tomcat by default
Start Tomcat to test that the Tomcat server is working properly
In the browser address bar input: http://localhost:8080, if successfully entered the following screen, that means you have been installed successfully, did not appear on the uninstall and then reinstall.
Directory structure with Tomcat
4.eclipse
Extract eclipse to the working directory for direct use
JSP environment Setup (Windows)