JSP environment Setup (Windows)

Source: Internet
Author: User

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)

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.