Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Isak Rickyanto

Hello all please help me... OK...

I try to compile Java program to make simple custom tag
I found error when compile it... I think because it doesn't found the jar
file needed to compile..
I found that the jar file needed to compile in Tomcat 3 is servlet.jar
but I use Tomcat 4.0.1 now... and I have set PATH, CLASSPATH in my
autoexec.bat like this :

set
CLASSPATH=c:\tomcat4\server\lib\catalina.jar;tomcat4\server\lib\servlets-def
ault.jar
set CATALINA_HOME=c:\tomcat4
set JAVA_HOME=c:\jdk1.3.1

PATH c:\jdk1.3.1\bin;c:\tomcat4\lib

Is it right ? I don't know the jar file needed...
so I can import this :

import javax.servlet.jsp.*;
import javax.servlet.jsp.tagext.*;
import javax.servlet.http.HttpServletRequest;

Thank's for your attention



--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]




SV: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Klosa Uwe


smime.p7m
Description: application/pkcs7-mime


RE: Please help me found Jar file needed to compile Tag Handler

2002-03-21 Thread Andy Eastham

Isak,

It's still servlet.jar, in tomcat4\common\lib.

Andy
 -Original Message-
 From: Isak Rickyanto [mailto:[EMAIL PROTECTED]]
 Sent: 21 March 2002 05:42
 To: Tomcat User Group
 Subject: Please help me found Jar file needed to compile Tag Handler
 
 
 Hello all please help me... OK...
 
 I try to compile Java program to make simple custom tag
 I found error when compile it... I think because it doesn't found the jar
 file needed to compile..
 I found that the jar file needed to compile in Tomcat 3 is servlet.jar
 but I use Tomcat 4.0.1 now... and I have set PATH, CLASSPATH in my
 autoexec.bat like this :
 
 set
 CLASSPATH=c:\tomcat4\server\lib\catalina.jar;tomcat4\server\lib\se
 rvlets-def
 ault.jar
 set CATALINA_HOME=c:\tomcat4
 set JAVA_HOME=c:\jdk1.3.1
 
 PATH c:\jdk1.3.1\bin;c:\tomcat4\lib
 
 Is it right ? I don't know the jar file needed...
 so I can import this :
 
 import javax.servlet.jsp.*;
 import javax.servlet.jsp.tagext.*;
 import javax.servlet.http.HttpServletRequest;
 
 Thank's for your attention
 
 
 
 --
 To unsubscribe:   mailto:[EMAIL PROTECTED]
 For additional commands: mailto:[EMAIL PROTECTED]
 Troubles with the list: mailto:[EMAIL PROTECTED]
 
 


--
To unsubscribe:   mailto:[EMAIL PROTECTED]
For additional commands: mailto:[EMAIL PROTECTED]
Troubles with the list: mailto:[EMAIL PROTECTED]