Thanks for all help Yoav, QM, and Filip. It turns out that the jsp-api.jar was the jar I needed to have on the classpath. The confusing thing is that I had the directory that it was in on the class path (eg. $CATALINA_HOME/common/lib) but my HelloTag.java still would not compile. It was only when I put the jar file in particular on the classpath that it would compile (eg. $CATALINE_HOME/common/lib/jsp-api.jar). I also tried, just to see if it would work, putting the jar in the same directory as the HelloTag.java because the current directory is on the classpath, but that did not work either.
So, it works, but I don't really understand the necessity of having the particular jar file on the classpath. matt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
