Return-Path: Delivered-To: apmail-tomcat-users-archive@www.apache.org Received: (qmail 21736 invoked from network); 2 Feb 2009 18:36:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Feb 2009 18:36:45 -0000 Received: (qmail 36061 invoked by uid 500); 2 Feb 2009 18:36:34 -0000 Delivered-To: apmail-tomcat-users-archive@tomcat.apache.org Received: (qmail 36041 invoked by uid 500); 2 Feb 2009 18:36:34 -0000 Mailing-List: contact users-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Users List" Delivered-To: mailing list users@tomcat.apache.org Received: (qmail 36030 invoked by uid 99); 2 Feb 2009 18:36:34 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 10:36:34 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of shaolinfinest@gmail.com designates 209.85.198.246 as permitted sender) Received: from [209.85.198.246] (HELO rv-out-0708.google.com) (209.85.198.246) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Feb 2009 18:36:26 +0000 Received: by rv-out-0708.google.com with SMTP id c5so1620760rvf.24 for ; Mon, 02 Feb 2009 10:36:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=nZIV+9Te0YAZ2ctUItWWnKRNRGV6JuAiUKary/U9OG4=; b=jCG/OXyXLIld/g8E7i7Ab5QcEiilQgFSp1dvfIOvoVfRujSZwXPSOytpo5hln2CMEk CWAXVsA7DamNeRIcN1adZRW7kS5uVr3Nyp5tTpreFVdoM7EswS81T4KH7XVyL1ie/6Q+ phB/9E3hezq5KuWmuBY1KOJ+Z4X5GLfVxLHg0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=EOEoTokVxWUmd/3go9WofYn2pMETBwiA+tHqo4WtP7NxF3/srJbrgNc9ew0+OGGdlk IIQgDL9vaKPvDH/l+F24X4yRNIVP3p9pRvipNo5vZ3JXsyMBKOw2hlHBJ5OxYWhXv1T/ oBDO7j102CZvHcLaw890ByK7gyKzuTMST0QH0= MIME-Version: 1.0 Received: by 10.141.53.4 with SMTP id f4mr2437943rvk.35.1233599764523; Mon, 02 Feb 2009 10:36:04 -0800 (PST) In-Reply-To: <0AAE5AB84B013E45A7B61CB66943C17215B5F88A45@USEA-EXCH7.na.uis.unisys.com> References: <0AAE5AB84B013E45A7B61CB66943C17215B5E82A10@USEA-EXCH7.na.uis.unisys.com> <0AAE5AB84B013E45A7B61CB66943C17215B5F887E5@USEA-EXCH7.na.uis.unisys.com> <0AAE5AB84B013E45A7B61CB66943C17215B5F88A45@USEA-EXCH7.na.uis.unisys.com> Date: Mon, 2 Feb 2009 18:36:04 +0000 Message-ID: Subject: Re: package javax.servlet does not exist import javax.servlet.* ; From: Shaolin To: Tomcat Users List Content-Type: multipart/alternative; boundary=000e0cd291bac26a7e0461f3d338 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd291bac26a7e0461f3d338 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit It worked, but how comes I have to use classpath now and not when I used to do it before ? is there any way of overcoming this ? Typing up CPs' in command line takes too much time. 2009/2/2 Caldarale, Charles R > > From: Shaolin [mailto:shaolinfinest@gmail.com] > > Subject: Re: package javax.servlet does not exist import > > javax.servlet.* ; > > > > > You'll need to tell javac (or whatever IDE you're > > > using) where the servlet-api.jar is. > > > > How do I do that ? > > For javac, use the -cp parameter; for any IDE, you'll have to consult its > documentation. > > - Chuck > > > THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY > MATERIAL and is thus for use only by the intended recipient. If you received > this in error, please contact the sender and delete the e-mail and its > attachments from all computers. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org > For additional commands, e-mail: users-help@tomcat.apache.org > > --000e0cd291bac26a7e0461f3d338--