R
Ramon F Herrera
The later Java runtimes will not check .zip files for code
signatures. It is more reliable to use the .jar extension
consistently.
That is bound to lead to grief. If not now, then at
some point in the future. When dealing with Java
builds, it is best to stick to core SDK tools, and
Ant (which mostly invokes SDK tools).
Also, manifest files are much more reliable when
written by Ant. See the thread in which I posted this
reply, for further details..
<http://groups.google.com/group/comp.lang.java.programmer/msg/a533efe8...
Thanks for the advice, Andrew! I will follow it.
-Ramon