Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: markspace <-@.> Newsgroups: comp.lang.java.programmer Subject: Re: Why Doesn't my Code Work with this Jar File? Date: Tue, 01 Nov 2011 11:23:27 -0700 Organization: A noiseless patient Spider Lines: 13 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Tue, 1 Nov 2011 18:23:29 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="XjIWM99mD7Ijfdu600oVPA"; logging-data="26092"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19mPQ6z/wyZcxarP73gGgQEjHhIFySslnY=" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110929 Thunderbird/7.0.1 In-Reply-To: Cancel-Lock: sha1:Y8GKkUadAyZBlymDOw3ew1evl04= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9343 On 11/1/2011 10:39 AM, KevinSimonson wrote: > Does anybody have any idea what I'm doing wrong? Why can't I get the > code I need to compile out of this JAR file? Kevin Simonson Dunno, your examples looked ok to me, at first glance anyway. The javac man page has an example how to do what you are attempting. Take look at the very end and try to follow their example. I think it would be easier to get help if you could point out the difference in output from that example.