From owner-freebsd-java Mon Sep 17 10:17:18 2001 Delivered-To: freebsd-java@freebsd.org Received: from thalia.fm.intel.com (fmfdns02.fm.intel.com [132.233.247.11]) by hub.freebsd.org (Postfix) with ESMTP id D9CF537B40A for ; Mon, 17 Sep 2001 10:17:15 -0700 (PDT) Received: from fmsmsxvs043.fm.intel.com (fmsmsxv043-1.fm.intel.com [132.233.48.128]) by thalia.fm.intel.com (8.9.1a+p1/8.9.1/d: relay.m4,v 1.42 2001/09/04 16:24:19 root Exp $) with SMTP id RAA24633 for ; Mon, 17 Sep 2001 17:17:13 GMT Received: from fmsmsx29.FM.INTEL.COM ([132.233.42.29]) by fmsmsxvs043.fm.intel.com (NAVGW 2.5.1.6) with SMTP id M2001091710163213424 ; Mon, 17 Sep 2001 10:16:32 -0700 Received: by fmsmsx29.fm.intel.com with Internet Mail Service (5.5.2653.19) id ; Mon, 17 Sep 2001 10:17:17 -0700 Message-ID: <794826DE8867D411BAB8009027AE9EB90FE77C07@FMSMSX38> From: "Cierniak, Michal" To: "'orp@yahoogroups.com'" Cc: java@freebsd.org Subject: RE: [orp] [ANN] BSD licensed C++ library for reading jar/zip file s Date: Mon, 17 Sep 2001 10:17:08 -0700 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Arun, Thanks for the tip. We have just added jar file support to ORP using the zlib library (http://www.gzip.org/zlib). We are testing it right now and unless we run into unexpected problems, we will include this code in the next release of ORP. Michal > -----Original Message----- > From: Arun Sharma [mailto:arun@sharmas.dhs.org] > Sent: Saturday, September 15, 2001 11:10 AM > To: orp@yahoogroups.com > Cc: java@freebsd.org > Subject: [orp] [ANN] BSD licensed C++ library for reading > jar/zip files > > > This program might be of interest to authors of free Java VMs > > http://www.sharma-home.net/~adsharma/projects/ziplib/ > > This C++ library allows you to read (but not write) a zip > file or a jar > file. The API is similar, but not indentical to java.util.zip. The > program is tested for memory leaks. The library makes heavy use of C++ > features like exceptions, templates, RTTI etc. They seem to work fine > with GCC. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message