Re: jdbc download jar is corrupted

From: Joe Shevland <J(dot)Shevland(at)eclipsegroup(dot)com(dot)au>
To: "'Barry Lind'" <barry(at)xythos(dot)com>, "'Ray Tomlinson'" <Tomlinson(at)bbn(dot)com>
Cc: "'pgsql-jdbc(at)postgresql(dot)org'" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: jdbc download jar is corrupted
Date: 2001-10-03 00:05:35
Message-ID: C56487636E5CD4119B1E00D0B789098A011C5C53@mel-exch1.eclipsegroup.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

(Some versions of) Netscape are notorious JAR killers... might be this, I
often provide a .tgz bundle also after getting a lot of people saying my
downloadable files are corrupt ;)

Cheers,
Joe

> -----Original Message-----
> From: pgsql-jdbc-owner(at)postgresql(dot)org
> [mailto:pgsql-jdbc-owner(at)postgresql(dot)org]On Behalf Of Barry Lind
> Sent: Wednesday, 3 October 2001 6:15 AM
> To: Ray Tomlinson
> Cc: pgsql-jdbc(at)postgresql(dot)org
> Subject: Re: [JDBC] jdbc download jar is corrupted
>
>
> 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
> >
> >
>
>
>
> ---------------------------(end of
> broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Barry Lind 2001-10-03 01:03:26 Re: LOCK TABLE oddness in PLpgSQL function called via JDBC
Previous Message Dave Harkness 2001-10-02 22:41:13 Re: LOCK TABLE oddness in PLpgSQL function called via