|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
I have installed J2SE JDK 1.3.0_02 and also have installed IBM VisualAge for Java, Tomcat, and TextPad Java editor/compiler. Inside VA, I can add the Sun Servlet API and develop/test servlets. I cannot, however, compile those servlets in the TextPad editor/compiler.
My main question is this: How do I add the Sun Servlet API to the J2SE JDK so that I can access it in all my environment? TIA! Bob Hitchins |
|
#2
|
|||
|
|||
|
In the Servlet API there is a JAR file called servlet.jar
You need to copy this to the JRE extensions library. I'm not sure with JDK1.3, but with 1.2 the path was [drive]:/JDK/JRE/LIB/EXT |
|
#3
|
|||
|
|||
|
or you can add the path to your servlet.jar to the CLASSPATH.
__________________
** Science belongs to the world ** |
![]() |
| Viewing: Dev Shed Forums > Programming Languages > Java Help > Need help...just starting with Servlets |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|