Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.java.programmer > #20770
| X-Received | by 10.224.218.2 with SMTP id ho2mr17924888qab.8.1356720484047; Fri, 28 Dec 2012 10:48:04 -0800 (PST) |
|---|---|
| Received | by 10.49.81.72 with SMTP id y8mr5290966qex.42.1356720484028; Fri, 28 Dec 2012 10:48:04 -0800 (PST) |
| Path | csiph.com!usenet.pasdenom.info!dedibox.gegeweb.org!gegeweb.eu!nntpfeed.proxad.net!proxad.net!feeder1-2.proxad.net!209.85.216.87.MISMATCH!ee4no3029384qab.0!news-out.google.com!k2ni3151qap.0!nntp.google.com!ee4no3112873qab.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail |
| Newsgroups | comp.lang.java.programmer |
| Date | Fri, 28 Dec 2012 10:48:03 -0800 (PST) |
| In-Reply-To | <0366a83e-4841-493c-b3af-649a5b108631@googlegroups.com> |
| Complaints-To | groups-abuse@google.com |
| Injection-Info | glegroupsg2000goo.googlegroups.com; posting-host=140.90.91.121; posting-account=oo44OQoAAABMDvaRlaO3SeQ5MVbxqLdH |
| NNTP-Posting-Host | 140.90.91.121 |
| References | <5e66740e-0d85-44b9-806d-d0056b27e928@googlegroups.com> <50dddf5e$0$284$14726298@news.sunsite.dk> <0366a83e-4841-493c-b3af-649a5b108631@googlegroups.com> |
| User-Agent | G2/1.0 |
| MIME-Version | 1.0 |
| Message-ID | <4ea86227-83e9-4025-8dc0-b52598ede40d@googlegroups.com> (permalink) |
| Subject | Re: a java classpath question |
| From | zyng <xsli2@yahoo.com> |
| Injection-Date | Fri, 28 Dec 2012 18:48:04 +0000 |
| Content-Type | text/plain; charset=ISO-8859-1 |
| Xref | csiph.com comp.lang.java.programmer:20770 |
Show key headers only | View raw
On Friday, December 28, 2012 1:44:13 PM UTC-5, zyng wrote: > OK. Thanks. But I can not make it work. In the script: > > > > his_lib=/a/b > > my_lib=/c/d > > > > java -classpath $his_lib/'*' Main //old script and it works > > > > java -classpath $his_lib/'*';$my_lib/'*' Main //not working, saying /c/d/*: No such file or directory > > > > Confused. Wow, this is working: java -classpath $his_lib/'*':$my_lib/'*' Main //using ":" not ";" to separate (Obviously, I am on Linux.) But, this document is using ";", not ":" http://docs.oracle.com/javase/6/docs/technotes/tools/windows/classpath.html
Back to comp.lang.java.programmer | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
a java classpath question zyng <xsli2@yahoo.com> - 2012-12-28 09:07 -0800
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-28 13:05 -0500
Re: a java classpath question zyng <xsli2@yahoo.com> - 2012-12-28 10:44 -0800
Re: a java classpath question zyng <xsli2@yahoo.com> - 2012-12-28 10:48 -0800
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-28 13:51 -0500
Re: a java classpath question Lew <lewbloch@gmail.com> - 2012-12-28 13:16 -0800
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-28 13:48 -0500
Re: a java classpath question Roedy Green <see_website@mindprod.com.invalid> - 2012-12-29 09:52 -0800
Re: a java classpath question Roedy Green <see_website@mindprod.com.invalid> - 2012-12-30 07:53 -0800
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-30 15:40 -0500
Re: a java classpath question "John L." <johnlarew@sbcglobal.net> - 2012-12-30 11:50 -0800
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-30 15:35 -0500
Re: a java classpath question Martin Gregorie <martin@address-in-sig.invalid> - 2012-12-30 20:49 +0000
Re: a java classpath question Arne Vajhøj <arne@vajhoej.dk> - 2012-12-30 16:10 -0500
Re: a java classpath question Martin Gregorie <martin@address-in-sig.invalid> - 2012-12-30 22:11 +0000
csiph-web