Re: jdbc download jar is corrupted

From: Ray Tomlinson <Tomlinson(at)bbn(dot)com>
To: Barry Lind <barry(at)xythos(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: jdbc download jar is corrupted
Date: 2001-10-02 21:43:57
Message-ID: 3BBA351D.7AFC509B@bbn.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hmmm... I downloaded again using internet explorer and, as much as I hate to
admit it, the file is ok. I re-downloaded with netscape and it's not ok.
Netscape seems to believe that the file is text/plain so it probably tosses or
adds some characters.
Ray

Barry Lind wrote:

> It works fine for me. I can download and unzip the file. Are you still
> seeing this problem?
>
> thanks,
> --Barry
>
> Ray Tomlinson wrote:
>
> > http://jdbc.postgresql.org/download/jdbc7.1-1.2.jar has bad format.
> > Neither winzip nor jar can read the contents. Jar throws an
> > IllegalArgumentException and winzip says: error [C:/jdbc7_1-1_2.jar]:
> > start of central directory not found; Zip file corrupt. Possible cause:
> > file transfer error.
> >
> > C:\>jar -tf *.jar
> > java.lang.IllegalArgumentException
> > at
> > java.util.zip.ZipInputStream.getUTF8String(ZipInputStream.java:291)
> > at java.util.zip.ZipInputStream.readLOC(ZipInputStream.java:230)
> >
> > at
> > java.util.zip.ZipInputStream.getNextEntry(ZipInputStream.java:75)
> > at sun.tools.jar.Main.list(Main.java:736)
> > at sun.tools.jar.Main.run(Main.java:193)
> > at sun.tools.jar.Main.main(Main.java:904)
> >
> > C:\>
> >
> >
> > ---------------------------(end of broadcast)---------------------------
> > TIP 4: Don't 'kill -9' the postmaster
> >
> >

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Dave Cramer 2001-10-02 21:46:10 Re: driver fails to handle strings in query statements properly
Previous Message Dave Harkness 2001-10-02 21:38:30 Re: LOCK TABLE oddness in PLpgSQL function called via