Hi,

I am cleaning up and finishing my java.util.jar implementation.
But Classpath does not have a java.util.zip implementation yet.
Would it be ok to imported the java.util.zip java files from libgcj
into Classpath if I added documentation and the standard copyright header?
There are already 3 files in java/util/zip but they don't have any javadoc
and also not the standard copyright header. They refer to the LIBGCJ_LICENSE
or LIBJAVA_LICENSE which are not in the Classpath cvs tree.

Or can't this be done until there is a JNI implementation of the native
code? What is the status of the Classpath/libgcj JNI/CNI issue?
Jochen Hoenicke had converted the libgcj CNI files to JNI using a Perl
script that he wrote. Could we add these files to classpath?
See <http://www.Informatik.Uni-Oldenburg.DE/~delwi/classpath/JCL/>.

Should I add a Makefile[.am] to the new java/util/jar directory?
And if yes, what should be in that file and what does this do?

Thanks,

Mark

Reply via email to