X-Recipient: archive-cygwin@delorie.com
X-Spam-Check-By: sourceware.org
Date: Mon, 7 Jan 2008 12:27:16 -0500 (EST)
From: Igor Peshansky <pechtcha@cs.nyu.edu>
Reply-To: cygwin@cygwin.com
To: Dave <kilroyd@googlemail.com>
cc: cygwin@cygwin.com
Subject: Re: "Unable to access jarfile" when using full path of JAR
In-Reply-To: <477FAD0D.7080105@gmail.com>
Message-ID: <Pine.GSO.4.63.0801071224320.3442@access1.cims.nyu.edu>
References: <49f84bef0801050744y693f0ca2s421ecf579a61ef3@mail.gmail.com>  <477FAD0D.7080105@gmail.com>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

On Sat, 5 Jan 2008, Dave wrote:

> Dan Garrette wrote:
> > I'm having a problem running JAR files in cygwin.
> >
> > If I attempt to call a JAR file using its relative path, then it works
> > fine:
> >
> > But, if I attempt to call a JAR file using its full path, the file no
> > longer seems visible:
> >
> > $ pwd
> > /usr/local/bin
> > $ java -jar /usr/local/bin/malt-1.0.1/malt.jar
> > Unable to access jarfile /usr/local/bin/malt-1.0.1/malt.jar
>
> The java executable is not cygwin aware, so in both DOS and cygwin
> environments you need to use windows paths. You can use cygpath to do
> the translation if necessary.
>
> $ java -jar `cygpath -m /usr/local/bin/malt-1.0.1/malt.jar`

Or use the Java wrapper scripts from
<http://cygwin.com/cgi-bin/cvsweb.cgi/wrappers/java/?cvsroot=cygwin-apps>.
:-)

> > It works just fine in DOS:
> >
> > D:\>java -jar c:\cygwin\usr\local\bin\malt-1.0.1\malt.jar
> > <correct output>
>
> As expected.

Indeed.
	Igor
-- 
				http://cs.nyu.edu/~pechtcha/
      |\      _,,,---,,_	    pechtcha@cs.nyu.edu | igor@watson.ibm.com
ZZZzz /,`.-'`'    -.  ;-;;,_		Igor Peshansky, Ph.D. (name changed!)
     |,4-  ) )-,_. ,\ (  `'-'		old name: Igor Pechtchanski
    '---''(_/--'  `-'\_) fL	a.k.a JaguaR-R-R-r-r-r-.-.-.  Meow!

"That which is hateful to you, do not do to your neighbor.  That is the whole
Torah; the rest is commentary.  Go and study it." -- Rabbi Hillel

--
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/

