Home > Java > javaTutorial > body text

What are the steps to install resin 3 in eclipse?

零下一度
Release: 2017-06-27 10:20:20
Original
2080 people have browsed it

1. First download resin:


2. Download the eclipse plug-in of resin:

Fill in the update address of eclipse with

3.eclipse-》Window-》Preferences-》java-》Installed JRE, add the local JRE6, and add the tools.jar in the JDK:

Add tools.jar because resin startup is required, otherwise an error will be reported

4. Put the server under JAVA_HOME\jdk1.6\jre\bin\ Copy the folder to the JAVA_HOME\jre1.6\bin directory. Because resin startup will read the file JAVA_HOME\jre1.6\bin\server\jvm.dll

5. Add resin server in eclipse:

Do not select (in place) and (tem...) and select the configured JRE in configuring the runtime environment

6. Put the WEB project Add to the newly created resin server in eclipse

7. Modify conf/resin.conf in the resin installation directory:

The above is the detailed content of What are the steps to install resin 3 in eclipse?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template