Path: csiph.com!x330-a1.tempe.blueboxinc.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Jeff Higgins Newsgroups: comp.lang.java.programmer Subject: Re: CLI Java Glitch Date: Mon, 20 Jun 2011 19:45:30 -0400 Organization: A noiseless patient Spider Lines: 38 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Mon, 20 Jun 2011 23:40:34 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="yplGUUrGzpiV4sv58weMcA"; logging-data="32034"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19OSwpPKe/zt0fLrOY16fprZ9kI28tt8e8=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.17) Gecko/20110414 Thunderbird/3.1.10 In-Reply-To: Cancel-Lock: sha1:80MUhObXepX8r3vw1pI8zff+vvI= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5445 On 06/20/2011 07:25 PM, Lew Bloch wrote: > On Jun 20, 4:11 pm, Jeff Higgins wrote: >> On 06/20/2011 05:24 PM, Gene Wirchenko wrote: >> >>> Dear Java'ers: >> >>> Given >> >>> class HelloWorld >>> { >>> public static void main(String[] args) >>> { >>> System.out.println("Hello, world!"); >>> } >>> } >> >>> is there any way around the following? >> >>> C:\cbs2dev\test>java helloworld >> >> maybe a wrapper script > > That would not help in this case. Think about the problem and you > will see why. > > OK, I'll tell you why. Wrapper scripts don't help in the face of > egregious error. > > Perhaps you should be specific with your suggestion. "Maybe a wrapper > script" is about as useful as advice as "maybe a program to help > you". Could you elucidate precisely what sort of "wrapper script" you > have in mind, and precisely how you believe it would help, and > precisely how that would ameliorate egregious error? > What error?