If your classpath is correctly set for the javax.servlet.* package, did
you also verified that your compiler(whatever)'s context also contain
the classpath?


Pae


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

Reply via email to