delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | Shankar Unni <shankarunni AT netscape DOT net> |
Subject: | Re: com/sun/jini/example/launcher/StartService |
Date: | Tue, 23 Mar 2004 10:42:06 -0800 |
Lines: | 18 |
Message-ID: | <c3q0du$p44$1@sea.gmane.org> |
References: | <c3lsm7$gj3$1 AT sea DOT gmane DOT org> <Pine DOT GSO DOT 4 DOT 56 DOT 0403220819540 DOT 26885 AT slinky DOT cs DOT nyu DOT edu> <c3npv5$cf6$1 AT sea DOT gmane DOT org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT sea DOT gmane DOT org |
X-Gmane-NNTP-Posting-Host: | adsl-64-165-207-59.dsl.snfc21.pacbell.net |
User-Agent: | Mozilla Thunderbird 0.5 (Windows/20040207) |
In-Reply-To: | <c3npv5$cf6$1@sea.gmane.org> |
George Hester wrote: > I thought I could use UNIX notation in Cygwin but I see I cannot. oops. Wrong again. Cygwin is not a tool that magically wanders over all your installed applications (e.g. Office) and somehow makes them "Unix-aware". Applications compiled against cygwin libraries can use POSIX conventions for files and paths (provided they are configured to do so - there's also software logic to be considered). Java, however, is a plain old native Windows program. It will understand forward-slashes (because that comes for free with the Windows API), but paths have to be ";"-separated, and of course, it won't understand Cygwin mount points (e.g. you can't pass in "/usr/some/path" to Java and have it figure out that you really meant "c:/cygwin/some/path"). -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |