JSP Development Environment Configuration (including Tomcat, JDBC, Eclipse)

xiaoxiao2021-03-06  82

JDK, Tomcat Environment

PATH =% path%; f: /j2sdk1.4.1/bin set java_home = f: /j2sdk1.4.1 set classpath = f: /j2sdk1.4.1/lib; f: /j2sdk1.4.1/lib/dt.jar; f: /j2sdk1.4.1/lib/tools.jar

installation:

JDBC driver copy to tomcat / common / lib, and join ClassPath (formerly guaranteed to find classes, the latter guarantees to find class when compiling) Note: Oracle9 JDBC is currently maximum support JDK1.4

Eclipse:

Set [INSTALLED JRES] - [INSTILED JRES] and [BUILD PATH] under [Java] to install TomcatPlugin: Set the [Perspective] - [Tomcat] (the Java-Installed JRE specified in the Preferences dialog "JRE and start Tomcat's JRE must Install Lomboz for the same JRE: [JDK Tools.jar] in [Perspective] - [Lomboz] sets the full path to Tools.jar in JDK; [Server Definitions] in [Perspective] - [Lomboz] Configure

转载请注明原文地址:https://www.9cbs.com/read-107492.html

New Post(0)