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]>