Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to configure MyEclipse5.5+Eclipse3.2+Tomcat5.5

2025-04-07 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article is about how to configure MyEclipse5.5+Eclipse3.2+Tomcat5.5. The editor thinks it is very practical, so share it with you as a reference and follow the editor to have a look.

JDK adopts 1.5

The download address is:

Jdk1.5.0.04:

Thunder://QUFodHRwOi8vZmlsZS41MXhpYS5jb20uY24vc29mdC8wNjA4L2pkay0xXzVfMF8wNC13aW5kb3dzLWk1ODYtcC5leGVaWg==

Tomcat5.5.23:

Http://apache.mirror.phpchina.com/tomcat/tomcat-5/v5.5.23/bin/apache-tomcat-5.5.23.exe

Eclipse3.2:

Http://mirror.in.th/eclipse/eclipse/downloads/drops/R-3.2.2-200702121330/eclipse-SDK-3.2.2-win32.zip

MyEclipse5.5 (MyEclipse plug-in that comes with Eclipse3.2):

Http://downloads.myeclipseide.com/downloads/products/eworkbench/5.5.1GA/MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller.exe

Eclipse3.2 Sinicization package:

Http://www.gtlib.gatech.edu/pub/eclipse/eclipse/downloads/drops/L-3.2.1_Language_Packs-200609210945/NLpack1-eclipse-SDK-3.2.1-win32.zip

JsEclipse (javascirpt plug-in for Eclipse):

Http://trials.adobe.com/pub/esd/labs/jseclipse/jseclipse_plugin_040207.zip

Everything is ready to start the configuration of MyEclipse5.5+Eclipse3.2+Tomcat5.5.

1. Install JDK in the root directory of C disk (you can also choose other installation paths as needed), and configure the environment variables as follows:

Add "system variable" JAVA_HOME with the value set to "C:\ jdk1.5\" (here is my JDK installation directory)

Add the system variable CLASSPATH with the value set to.;% JAVA_HOME%\ lib\; (note that the previous. Represents the current path, which is indispensable here)

Modify the "system variable" PATH, the new value-added "% JAVA_HOME%;%JAVA_HOME%\ bin;" (note that the new value must be separated from the original value by a; sign)

When finished, enter the command "java-version" through the CMD command window to see if jdk is installed successfully.

2. Install tomcat5.5 (my installation path is d:\ tomcat5.5), and configure the environment variables as follows:

Add "system variable" CATALINA_HOME with the value set to D:\ Tomcat 5.5 (my tomcat installation path)

Modify the "system variable" CLASSPATH, the new value added "% CATALINA_HOME%\ common\ lib;"

When you are finished, open the tomcat console, turn on the service, and enter the address in IE: http://localhost:8080 to see if the installation is complete. (note: localhost represents this machine. 8080 is the default port of tomcat, which should be able to be set during installation. Here is the default).

3. Install Eclipse3.2

What I downloaded is a sdk package, which only needs to be decompressed. I put it in the root directory of disk D, that is, D:\ eclipse.

Run eclipse.exe in the installation directory to start Eclipse

4. Chinese Eclipse

Extract the Eclipse3.2 Chinese package, copy the features and plugins folders to d:\ eclipse, and overwrite the original folder.

5. Install the MyEclipse5.5 plug-in:

The installation starts when you run MyEclipse_5.5.1GA_E3.2.2_FullStackInstaller.exe, during which you need to choose the installation path of Eclipse3.2, and the rest can be installed by default.

After completion, another folder named Eclipse is generated on the Eclipse installation path, and the features and plugins folders at the same level as this folder are copied to the Eclipse subfolder, overwriting the original two folders.

That is, a subfolder of Eclipse is generated in d:\ eclipse, and the features and plugins folders at the same level as the Eclipse subfolder are copied to the Eclipse subfolder, replacing the original two folders.

When you are finished, run eclipse.exe in the Eclipse subfolder to start the Chinese myeclipse.

Then click "Update Subscriber" under the MyEclipse menu to enter the registration codes "www.1cn.biz" and "jLR7ZL-655355-5450755330522962", and click "finish"

6. Install jsEclipse plug-in:

The jsEclipse plug-in is useful for developing WEB with ajax. After starting Myeclipse, open the help-> Software updates-> find and install menu, and the update interface pops up.

After selecting the search for new features to install check box in the pop-up interface, click next.

Then click the "New archived site" button on the right and select the downloaded "jseclipse_plugin_040207.zip" in the pop-up dialog box. Then follow the installation steps to install successfully.

7. Add tomcat to MyEclipse:

Click the menu "window"-> "* items" in the Eclipse to pop up the * items dialog box, and select "MyEclipse"-> "Application Servers"-> "Tomcat"-> "Tomcat 5.X" in the tree list on the left.

Select the "Enable" checkbox to activate it. Select d:\ Tomcat 5.5 (that is, the installation path of tomcat) in Browse after "Tomcat home directory".

Then click "JDK" under the "Tomcat 5.X" tree list, select C:\ JDK1.5 (that is, the installation path of JDK) on the ADD button after Tomcat JDK name, and rename it to jdk1.5.

Click OK.

Since then, the environment has been built.

Thank you for reading! This is the end of the article on "how to configure MyEclipse5.5+Eclipse3.2+Tomcat5.5". I hope the above content can be of some help to you, so that you can learn more knowledge. if you think the article is good, you can share it for more people to see!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report