Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder2.hal-mli.net!eternal-september.org!feeder.eternal-september.org!mx04.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: Strange problem with .jar and .class files Date: Thu, 12 Jan 2012 12:34:21 -0500 Organization: A noiseless patient Spider Lines: 17 Message-ID: References: <86312e3c-b1cd-47d6-819f-5337ac665d00@t13g2000yqg.googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Thu, 12 Jan 2012 17:27:11 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="qwFw1g9RsQ6TkML5yezG9A"; logging-data="10980"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/Hg+9mrjirrcR2V9NJ96/+6bO2dCfWcJc=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.16) Gecko/20111110 Icedove/3.0.11 In-Reply-To: Cancel-Lock: sha1:B1ypcEbw7d+yJ/Y0ZrOt+K6sKZw= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:11280 On 01/12/2012 11:14 AM, Lew wrote: > Jeff Higgins wrote: >> Eric Tonissen wrote: >>> I have a Java program normal running. I needed some .class files from >>> another project, builded an .jar file from it, added this to the >>> classpath and it works. >>> >>> But now we decided not to use the .class files anymore but to make a >>> copy from the corresponding sources to my own project. > > Why? Why? > It's a good question, but I sometimes have difficulty questioning motives right off the bat. For instance another poster's intent to produce a "human readable" ascii output of a 10,000 X 10,000 floating point matrix.