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

Re: pb de compil d'un servlet et tomcat



 --- shoegoo3 <shoegoo3@free.fr> wrote: 
> Salut!
> [...]
> 
> or a la compile j'obtiens ca:
> <shoe@shoegoolin> ~/java/linuxmag/web\ $ javac linuxmagServlet.java
> linuxmagServlet.java:10: package java.servlet does not exist
> import java.servlet.*;
> ^
> linuxmagServlet.java:11: package java.servlet.http does not exist
> import java.servlet.http.*;
> ^
> 
Probleme de typo : les servlets font partie des extensions aux APIs
standards. Le prefixe est donc javax et non java.
http://java.sun.com/j2ee/sdk_1.3/techdocs/api/javax/servlet/package-summary.html

    Francois.

=====
Francois BOTTIN
--
    "How kind," the PFY sighs. "But where will I go?" 
    "Somewhere where they know nothing about computing...
where they wouldn't know a RAM chip from a potato chip!" 
    "But I don't want to visit Microsoft!" he whines.
              The BOFH 1998 - Simon Travaglia (bofh.ntk.net)

__________________________________________________
Do You Yahoo!?
Everything you'll ever need on one web page
from News and Sport to Email and Music Charts
http://uk.my.yahoo.com


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



Reply to: