Return-Path: Delivered-To: apmail-jakarta-tomcat-user-archive@www.apache.org Received: (qmail 28719 invoked from network); 23 Oct 2004 18:06:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Oct 2004 18:06:35 -0000 Received: (qmail 1534 invoked by uid 500); 23 Oct 2004 18:06:13 -0000 Delivered-To: apmail-jakarta-tomcat-user-archive@jakarta.apache.org Received: (qmail 1323 invoked by uid 500); 23 Oct 2004 18:06:12 -0000 Mailing-List: contact tomcat-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Tomcat Users List" Reply-To: "Tomcat Users List" Delivered-To: mailing list tomcat-user@jakarta.apache.org Received: (qmail 1309 invoked by uid 99); 23 Oct 2004 18:06:11 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from [207.155.248.59] (HELO dreadnought.xo.com) (207.155.248.59) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 23 Oct 2004 11:06:10 -0700 Received: from [192.168.0.103] (67.107.112.238.ptr.us.xo.net [67.107.112.238]) by dreadnought.xo.com id OAA04909; Sat, 23 Oct 2004 14:06:08 -0400 (EDT) [ConcentricHost SMTP Relay 1.17] Errors-To: Subject: RE: New User needing urgent help From: Ben Souther To: Tomcat Users List In-Reply-To: <1E9A825627B0AF4390C15022B42FD81F3831@BUSINESS.hurricanedigital.local> References: <1E9A825627B0AF4390C15022B42FD81F3831@BUSINESS.hurricanedigital.local> Content-Type: text/plain Organization: F.W. Davison & Co, Inc. Message-Id: <1098554764.7288.0.camel@bsouther> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Sat, 23 Oct 2004 14:06:04 -0400 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N You'll probably have other problems later if you don't get your classes into packages (mapping servlets etc..). On Sat, 2004-10-23 at 14:01, Steven R. Christensen wrote: > >From this I gathered that the import code isn't required and it looks > like that fixed the problem. One thing I should have said was sun-java newbie as > well so I am vastly ignorant on how all of this works. Only been trying to use > it the last day or two. > > Appreciate the expert advice and very fast response everyone have given on this. > > You guys ROCK! > > Hopefully I will be able to get this operational without bothering everyone > again. > > Thanks, > Steve > > ________________________________ > > From: Steffen Heil [mailto:lists@steffen-heil.de] > Sent: Sat 10/23/2004 12:52 PM > To: 'Tomcat Users List' > Subject: AW: New User needing urgent help > > > > Hi > > > import Account; > > No. No. No. > Import is used to make classes of foreign packages available. > Classes in the same package are always available. > > And you should never have any package-less class, hence no problems. > > Regards, > Steffen > > > > > ______________________________________________________________________ > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-user-help@jakarta.apache.org