[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: pb de compil d'un servlet et tomcat



Fri, 14 Jun 2002 03:24:39 +0200, shoegoo3 a écrit :
> Salut!
> 
> j'ai un chti pb avec mon tomcat.
>[...]
> import java.servlet.*;
> ^
> linuxmagServlet.java:11: package java.servlet.http does not exist
> import java.servlet.http.*;
> ^

c'est une extension, c'est donc javax :

import javax.servlet.http.*;

>[...]

-- 
| Sylvain Sauvage, doctorant/ATER [IAD & SMA]  | bzz        ?        .o:.
|   GREYC -- CNRS UMR 6072, Université de Caen |   ` %    ^..^___§  o::o::
|   tél://+33 (0)2 31 56 74 31                 |       @  (oo)   )  ::o::o
|__ http://www.info.unicaen.fr/~sauvage _______| _____`|'___WW¯WW_____][__


--
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org



Reply to: