Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!feeder.erje.net!eu.feeder.erje.net!eternal-september.org!feeder.eternal-september.org!mx05.eternal-september.org!.POSTED!not-for-mail From: Knute Johnson Newsgroups: comp.lang.java.programmer Subject: Re: two JARs Date: Thu, 21 Feb 2013 14:58:23 -0800 Organization: A noiseless patient Spider Lines: 24 Message-ID: References: <69022de5-1be1-42a1-8c2b-2c5c8f96d532@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 21 Feb 2013 22:57:23 +0000 (UTC) Injection-Info: mx05.eternal-september.org; posting-host="fc07f126988ea69467dd7b1aa9eeaa4c"; logging-data="17257"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+4maaUy2zCsU/gWYQssNTX" User-Agent: Mozilla/5.0 (Windows NT 6.2; WOW64; rv:17.0) Gecko/20130215 Thunderbird/17.0.3 In-Reply-To: Cancel-Lock: sha1:P79XrmDoZeRU92YdEzroMPE1xvQ= Xref: csiph.com comp.lang.java.programmer:22430 On 2/21/2013 14:44, Knute Johnson wrote: > On 2/21/2013 14:30, bob smith wrote: >> I downloaded the JBox2d library, and I see that there are two JARs: >> one that ends in the name "sources" and one that doesn't. >> >> >> jbox2d-library-2.1.2.3-sources.jar jbox2d-library-2.1.2.3.jar >> >> >> Can someone help me understand exactly what a seasoned Java >> programmer would expect to be in each of these JARs? I'm a little >> confused. I don't know which one to use. >> >> >> > > The sources jar is probably just a zip file of the source code. The > other jar file is the compiled class files zipped up. > > knute... Do you know how to unjar(zip) them? k...