X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; q=dns; s=default; b=IIVnEphufcSpj9lP tnKD7al3RRiArTQB2ZHHxIq05C//V4d7YKWBeLSZ397W9DHY15351R5eNJVSQTQf qCC+bA09Kbm7iTEUdgqWIiAek8+Y1OBnuG0s7dPcB9EnawvLwxqX5e+YZGLTYGFG 4bQmde+ZNXjzKNySC3JHxZ7CSao= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:date:from:reply-to:message-id:to:subject :in-reply-to:references:mime-version:content-type :content-transfer-encoding; s=default; bh=9luJEEAPeY8XRyMuD52Sqj NLFx4=; b=UqX0hqTYvmWzHs/R7I1ArpxLDo8Iyqjphn4OLpj5viA4VT1cSLKFy6 Gpsxo9CRMyGW6Skw9tsDWZrcH604IBADOtyGva951f31RT3ojKQG8ueMA3KGkQ4L /EGXPqR9ACMW/m/VSdQym9F0UqXC9uAdC+xE05LR1vxAyDMyeexdo= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-0.7 required=5.0 tests=BAYES_00,FREEMAIL_FROM,KAM_THEBAT,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.1 spammy=UD:ru, H*M:yandex, HX-Languages-Length:793, H*UA:Bat! X-HELO: forward105j.mail.yandex.net DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1569329402; bh=ZR0aNtCt03Trox3+pXGd6JhEN3Wf9sPZ/8K9OR3y9sU=; h=In-Reply-To:Subject:To:Reply-To:From:Message-ID:References:Date; b=egCNPlMgETMC7AAwHbDxvu75JRgzGRDywuoVGubdMypCPW0fyTmfSFxNFQ1wRSOgU lzQTt9qTQEGN8yBnsf+BeUK7zurErUjcgs2NSFV75UE16nKmi+TAp8cACF6LVzYQuI vhBFBzQYUZP3bsBVrFY4NkM7E7f1+N7dMv7aRflA= Authentication-Results: mxback23g.mail.yandex.net; dkim=pass header.i=@yandex.ru Date: Tue, 24 Sep 2019 15:49:47 +0300 From: Andrey Repin Reply-To: cygwin AT cygwin DOT com Message-ID: <138060876.20190924154947@yandex.ru> To: Rakhi Batra - Assistant Manager Publication , cygwin AT cygwin DOT com Subject: Re: Issue in Java path In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Greetings, Rakhi Batra - Assistant Manager Publication! > I am facing an issue in the path of the file. Whenever I am executing the > below command. The slashes in classpath are replaced with dots and I am > unable to navigate to files in order to run the scripts. Kindly guide why > this is happening and what is the solution. Thank you. > (java $JAVA_OPTS -classpath `cygpath -pu $CLASSPATH` > org.dspace.app.launcher.ScriptLauncher "$@") There's multiple issues beyond what has already been mentioned. 3. Missing quotation of an unknown variable. 4. There's no Cygwin Java, and using Cygwin paths with native Java is sure to cause interoperability issues. -- With best regards, Andrey Repin Tuesday, September 24, 2019 15:48:28 Sorry for my terrible english... -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple