You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Isak Rickyanto <is...@telkom.net> on 2002/03/20 03:33:47 UTC

What jar file needed to compile Taglib 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\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:   <ma...@jakarta.apache.org>
For additional commands: <ma...@jakarta.apache.org>
Troubles with the list: <ma...@jakarta.apache.org>