Re: [INTERFACES] JDBC & Netscape

From: Erkki Seppala <flux(at)inside(dot)org>
To: Peter Mount <petermount(at)it(dot)maidstone(dot)gov(dot)uk>
Cc: pgsql-interfaces(at)postgresql(dot)org
Subject: Re: [INTERFACES] JDBC & Netscape
Date: 2000-01-06 12:24:13
Message-ID: 20000106142413.A10980@xulfad.ton.tut.fi
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-interfaces

On Thu, Jan 06, 2000 at 12:13:16PM -0000, Peter Mount wrote:

> PM: Hmmm, .jar files shouldn't be compressed. They are basically
> uncompressed zip files (-0) and the spec states that they must never be
> compressed. Perhaps its a quirk of either the jar tool the debian
> maintainer used, or the browser just simply handles compressed jar
> files.

Well, this is what jdk-1.1 jar does:

[14:18] lectric(pts/8):~% dd if=/dev/zero of=foo bs=1M count=1
1+0 records in
1+0 records out
[14:18] lectric(pts/8):~% jar cvf foo.jar foo
adding: foo (in=1048576) (out=1033) (deflated 99%)
[14:18] lectric(pts/8):~% ls -l foo.jar
-rw-rw-r-- 1 flux flux 1417 Jan 6 14:18 foo.jar

And that's the official jdk by Sun. Perhaps things have changed between 1.0
and 1.1? Netscape 4.7 handles it ok. I suspect that the original package
made for Debian might be created without compression, but still du -b of the
contents after extracting the original postgresql.jar is more than the size
of the original .jar.. (160768 bytes compared to 143506 bytes)
--
_____________________________________________________________________
/ __// /__ ____ __ Erkki Seppälä\ \
/ /_ / // // /\ \/ / Inside Informatics ry\ /
/_/ /_/ \___/ /_/\_\(at)inside(dot)org http://www.inside.org/~flux/

In response to

Browse pgsql-interfaces by date

  From Date Subject
Next Message Peter Mount 2000-01-06 12:27:54 RE: [INTERFACES] JDBC & Netscape
Previous Message Peter Mount 2000-01-06 12:13:16 RE: [INTERFACES] JDBC & Netscape