classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: SystemClassLoader


From: Archie Cobbs
Subject: Re: SystemClassLoader
Date: Mon, 8 Dec 2003 15:52:30 -0600 (CST)

Etienne Gagnon wrote:
> I would be interested in using your code if it was licensed under the
> less restrictive LGPL.  Some people even suggested that it would be
> very nice of you if you could put this code in the public domain, so
> that any jvm, regardless of license, would be able to use it...

Oops, sorry - forgot to include this part from the header file:

    struct _jc_zip_entry {
            char            *name;
            jshort          method;
            jint            comp_len;
            jint            uncomp_len;
            jint            crc;
            off_t           offset;
    };

    struct _jc_zip {
            int             fd;
            char            *path;
            int             num_entries;
            _jc_zip_entry   *entries;
    };


-Archie

__________________________________________________________________________
Archie Cobbs     *    Halloo Communications    *     http://www.halloo.com




reply via email to

[Prev in Thread] Current Thread [Next in Thread]