9 messages in com.mysql.lists.javaRe: naive question(s) -: was :- JRun ...
FromSent OnAttachments
Michael Thorne12 Mar 2001 13:18 
Michael Collins12 Mar 2001 13:39 
Dror Matalon12 Mar 2001 15:02 
Michael Collins12 Mar 2001 15:13 
Dror Matalon12 Mar 2001 15:44 
Michael Collins12 Mar 2001 16:15 
Mark Matthews13 Mar 2001 05:16 
Mark Matthews13 Mar 2001 05:17 
Mark Matthews13 Mar 2001 05:18 
Subject:Re: naive question(s) -: was :- JRun + mm driver
From:Michael Collins (mcol@kuwago.com)
Date:03/12/2001 03:13:11 PM
List:com.mysql.lists.java

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?