Return-Path: Delivered-To: apmail-incubator-ibatis-user-java-archive@www.apache.org Received: (qmail 68147 invoked from network); 18 Mar 2005 15:53:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Mar 2005 15:53:46 -0000 Received: (qmail 98664 invoked by uid 500); 18 Mar 2005 15:53:45 -0000 Delivered-To: apmail-incubator-ibatis-user-java-archive@incubator.apache.org Received: (qmail 98648 invoked by uid 500); 18 Mar 2005 15:53:45 -0000 Mailing-List: contact ibatis-user-java-help@incubator.apache.org; run by ezmlm Precedence: bulk Reply-To: ibatis-user-java@incubator.apache.org List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list ibatis-user-java@incubator.apache.org Received: (qmail 98634 invoked by uid 99); 18 Mar 2005 15:53:44 -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 queue1.tribune.com (HELO queue1.tribune.com) (163.192.21.6) by apache.org (qpsmtpd/0.28) with SMTP; Fri, 18 Mar 2005 07:53:43 -0800 Received: (qmail 29105 invoked from network); 18 Mar 2005 15:53:40 -0000 Received: from erd-chi-exims1.corp.trb (163.194.253.26) by queue1.tis-in.trb with SMTP; 18 Mar 2005 15:53:40 -0000 Received: by erd-chi-exims1.corp.trb with Internet Mail Service (5.5.2655.55) id ; Fri, 18 Mar 2005 09:53:40 -0600 Message-ID: From: "Engel, Gregory A" To: "'ibatis-user-java@incubator.apache.org'" Subject: RE: Corrupt zip file? Date: Fri, 18 Mar 2005 09:53:37 -0600 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2655.55) Content-Type: text/plain; charset="iso-8859-1" X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N It appears to be a JBuilder Issue. I changed the jars while JBuilder was open and then recompiled. Once I close JBuilder and restarted there were no errors. It appears so, however, you can be absolutely certain - try using Winzip to open the file, or better yet, use the 'jar' command like so ... jar -tf If that reports an error, you have a bum JAR file. Try a different SF.net mirror. I've had issues w/ them recently. Best, Brice Ruth On Fri, 18 Mar 2005 09:16:18 -0600, Engel, Gregory A wrote: > > I just downloaded the latest release from source forge. (Had been using > earlier release) > and I am getting this message when trying to compile against the latest jar > files.. > > "SqlMapPersonDaoFactory.java": Error #: 302 : cannot access class > SqlMapClient; java.io.IOException: zip file is corrupted at line 25, column > 18 > "SqlMapPersonDaoFactory.java": Error #: 307 : class > com.ibatis.sqlmap.client.SqlMapClient is not public in package > com.ibatis.sqlmap.client; cannot be accessed from outside package at line > 29, column 10 > > I've downloaded from 2 different mirrors just to be sure and I keep getting > this message... > > Cheers > Greg > >