Win8 64bits Configuration JDK1.7 + Myeclipse10.7 + TOMCAT6 development environment

Source: Internet
Author: User

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

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.