MyEclipse Building a Java Web project development environment

Source: Internet
Author: User

1. Installation Tools

The first step is to download and install the JDK and configure the environment;

To configure an environment variable step:

(1) New variable name: Java_home, the value of the variable is the installation path of the JDK;

(2) Open path, add variable value:%java_home%\bin;%java_home%\jre\bin;

(3) New variable name: CLASSPATH, Variable value:%java_home%\lib\dt.jar;%java_home%\lib\tools.jar.

Verify that the configuration was successful: Enter the Java command under the cmd command, if the corresponding information appears, to indicate that the installation was successful, as follows:

Second step, download and install Tomcat, and configure the environment;

To configure an environment variable step:

(1) New variable name: catalina_home, the variable value is the installation path of Tomcat;

(2) Open path, add variable value:%catalina_home%\bin;%catalina_home%\lib;

(3) Start the Tomcat service, enter the command under the cmd command: Startup, the following dialog box appears, indicating that the service started successfully.

Test whether Tomcat is configured successfully

Open the browser, enter http://localhost:8080 in the Address bar, if the following page appears, the Tomcat build success.

Step three, download and install MyEclipse.

2. Build a Web project development environment

Reference Link: http://blog.csdn.net/jiuqiyuliang/article/details/36875217

MyEclipse Building a Java Web project development environment

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.