You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Denis <ck...@netvigator.com> on 2001/04/15 19:38:09 UTC

javax.servlet problem

Thank you for your help

It seems it is not a typo problem(it is the mistake I made at previous
message without a ";")
The compiler cannot recognize the second statement "import
javax.servlet.*"

I cannot compile the java program with the program header start with

import java.io.*;
import javax.servlet.*;
import javax.servlet.http.*;

during the compilation, it stops with error at the above statement.

I have make sure the classes are set under the correct path.

Thanks!