On 2009-02-13, Stefan Bodewig wrote:
> I propose to modify JarArchiveOutputStream to add a JarMarker extra
> field to the very first entry written to the stream.
done.
Stefan
-
To unsubscribe, e-mail: dev-unsubscr...@commons.a
Torsten Curdt schrieb:
>> Solaris contains some special code which allows people to mark jar
>> files executable and run them as if they were native commands. It
>> will only work for jars that contain the sequence 0xCAFE (in
>> big-endian order) somewhere at the beginning, which is achieved by
>>
> Solaris contains some special code which allows people to mark jar
> files executable and run them as if they were native commands. It
> will only work for jars that contain the sequence 0xCAFE (in
> big-endian order) somewhere at the beginning, which is achieved by
> adding an extra field with
Hi,
Solaris contains some special code which allows people to mark jar
files executable and run them as if they were native commands. It
will only work for jars that contain the sequence 0xCAFE (in
big-endian order) somewhere at the beginning, which is achieved by
adding an extra field with that