[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
Re: [eclipse-announce] (no subject)
|
El mar, 11-12-2001 a las 15:09, Tom Troonbeeckx escribió:
> import java.io.*;
> import java.util.*;
> import javax.servlet.*;
> Dear Eclipsers,
>
> For compiling a servlet I have imported the jar-file from Tomcat into a Eclipse-projects.
> The import seems working fine, however. When i compile the servlet I get the following message.
>
> HttpServletRequest cannot be resolved.
>
> Here's the very easy servlet-code.
>
> import javax.servlet.http.*;
javax.servlet.http package is in j2ee.jar that comes with Java2EE (last
version 1.3). Have you added this lib in the JavaBuildPath/Libraries tab
in the project's properties?
Xavi