From: Lew Bloch Newsgroups: comp.lang.java.programmer Subject: Re: CLI Java Glitch Date: Mon, 20 Jun 2011 18:28:23 -0700 (PDT) Organization: http://groups.google.com Lines: 47 Message-ID: <09e6e647-ad49-49db-b3fc-8997403c99dd@r21g2000pri.googlegroups.com> References: NNTP-Posting-Host: 127.6.6.6 Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Trace: posting.google.com 1308619805 5363 127.0.0.1 (21 Jun 2011 01:30:05 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Tue, 21 Jun 2011 01:30:05 +0000 (UTC) Complaints-To: groups-abuse@google.com Injection-Info: r21g2000pri.googlegroups.com; posting-host=127.6.6.6; posting-account=6gJCewoAAAATGk_BiH9Eo-1pkyAWegc7 User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-Header-Order: ASELCHRU X-HTTP-UserAgent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.24 Safari/535.1,gzip(gfe) Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.stben.net!border3.nntp.ams.giganews.com!border1.nntp.ams.giganews.com!nntp.giganews.com!feeder.news-service.com!postnews.google.com!r21g2000pri.googlegroups.com!not-for-mail Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:5452 Jeff Higgins wrote: > Lew Bloch wrote: >> Jeff Higgins=A0wrote: >>> Gene Wirchenko wrote: >>>> Dear Java'ers: > >>>> =A0 =A0 =A0 =A0Given > >>>> class HelloWorld >>>> =A0 =A0 =A0{ >>>> =A0 =A0 =A0public static void main(String[] args) >>>> =A0 =A0 =A0 =A0 { >>>> =A0 =A0 =A0 =A0 System.out.println("Hello, world!"); >>>> =A0 =A0 =A0 =A0 } >>>> =A0 =A0 =A0} > >>>> is there any way around the following? > >>>> C:\cbs2dev\test>java helloworld > >>> maybe a wrapper script > >> That would not help in this case. =A0Think about the problem and you >> will see why. > >> OK, I'll tell you why. =A0Wrapper scripts don't help in the face of >> egregious error. > >> Perhaps you should be specific with your suggestion. =A0"Maybe a wrapper >> script" is about as useful as advice as "maybe a program to help >> you". =A0Could 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? > The error the OP made. Duhh. Now, how about responding to the request for details instead of continuing with vague, indirect, fairly unhelpful responses? -- Lew