Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 38169 invoked from network); 20 Feb 2004 14:44:38 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 20 Feb 2004 14:44:38 -0000 Received: (qmail 68731 invoked by uid 500); 20 Feb 2004 14:44:25 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 68698 invoked by uid 500); 20 Feb 2004 14:44:25 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 68685 invoked from network); 20 Feb 2004 14:44:25 -0000 Received: from unknown (HELO web20729.mail.yahoo.com) (216.136.226.119) by daedalus.apache.org with SMTP; 20 Feb 2004 14:44:25 -0000 Message-ID: <20040220144426.98845.qmail@web20729.mail.yahoo.com> Received: from [129.33.1.37] by web20729.mail.yahoo.com via HTTP; Fri, 20 Feb 2004 06:44:25 PST Date: Fri, 20 Feb 2004 06:44:25 -0800 (PST) From: priya pallavi Subject: RE: The import java.sql cannot be resolved/wsad 5.1.1 To: Ant Users List In-Reply-To: <20040220144249.44417.qmail@web20725.mail.yahoo.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="0-495747070-1077288265=:96296" X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N --0-495747070-1077288265=:96296 Content-Type: text/plain; charset=us-ascii Its import java.sql.*; Still iam getting that exception priya pallavi wrote: Its import java.sql.*; Keith Hatton wrote:The java.sql package is in the standard JRE, so I don't think you are missing anything. However, you can't "import java.sql;" - is that in your code? You would need "import java.sql.*;" or "import.java.sql.SomeClass;" instead. Hope this helps Keith -----Original Message----- From: priya pallavi [mailto:pry_pallavi@yahoo.com] Sent: 20 February 2004 14:40 To: user@ant.apache.org Subject: The import java.sql cannot be resolved/wsad 5.1.1 Hi friends, when Iam trying run one ANT script using WSAD 5.1.1 iam getting the following exception The import java.sql cannot be resolved It seems iam missing some jdbc related .jar file in my ANT's runtime environment.Can some one sugest me how to solve this problem. Thanks In Advance Priya --------------------------------- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@ant.apache.org For additional commands, e-mail: user-help@ant.apache.org --------------------------------- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want --------------------------------- Do you Yahoo!? Yahoo! Mail SpamGuard - Read only the mail you want. --0-495747070-1077288265=:96296--