At 3:03 PM -0800 3/12/01, Dror Matalon wrote:
Yes, the jar file contains all of these. Jar just packs them all together
in a way that the Java machine can read them. If you run
jar vtf mm.mysql-2.0.4-bin.jar it will show you all the files in the jar
archive.
Wouldnt a better way to package these files be to compress a README,
doc folder, and the jar together as a tar (or whatever) so that when
someone downloads and unstuffs they can get to the README and doc
without expanding the rest and then move the jar file to where it
needs to be to get it going?