I use JDK1.4.1,I want to use JSP Tag in my JSP,so I use import javax.servlet.jsp.*; import javax.servlet.jsp.tagext.*;
But when I compile it,it raise errors: JavaScriptExampleTag.java:3: package javax.servlet.jsp does not exist import javax.servlet.jsp.*; ^ JavaScriptExampleTag.java:4: package javax.servlet.jsp.tagext does not exist import javax.servlet.jsp.tagext.*; Clearly,Java didn't find javax.servlet.jsp.* and import javax.servlet.jsp.tagext.*; I want to know if I need another software to support it? If do,where can I get them? Thanks in advance. =========================================================================== To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST". For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST". Some relevant archives, FAQs and Forums on JSPs can be found at: http://java.sun.com/products/jsp http://archives.java.sun.com/jsp-interest.html http://forums.java.sun.com http://www.jspinsider.com
