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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=w5OZhSyKLLahpb1rzpYcv/PnLn2WL vJSgNyEnyAPV9cynqDOOpYBRBXX29uJWsMZ2PLQcwJRrEOv8suuhTHr/60bZgtM6 SmItWBpvRboKUKG0BgGLA/9UvMJ2t3Bf12xT6Xixa1KhaLDOVM6Ubk5g+l10Fny6 iUEPb/icKKQzvQ= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=vv8wHSuZQSFdZcebelFK3RT5vLk=; b=Ybx Dlrv7Yb5EvskRoT/GtzpUYK2/mKIShtt6nG0usR/7QDVYNQeszxui1OC9/U76Z7t /M3eDVsbzpYQ7b022ZwEdKElRI9BuGMB1DjNeECmVQ/uaEeuSradRg0eDqGMpFro BuOS6YTCIeqxnMuIF40WADBzxhR+vB1KcY/hPVfk= 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=-1.7 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy=HX-Languages-Length:827, H*c:alternative, kindly X-HELO: mail-oi1-f174.google.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=iba-suk.edu.pk; s=google; h=mime-version:from:date:message-id:subject:to; bh=uTdzze8TRK2uVZnypL59fkWAK/z3eY4CzJh+Su/XPvA=; b=NTSW9qteRPXemgfriw+mDOGUw5cFamUimU1RIiyEQQXPSfIKo7M/ZQpgFQOvcoN4AR jX8CuGZLYeCnllF9M7zNdieYFiZBgY3pSMKm+NW7jIsLvk6W1m3I0DS4UrVbco94moRM f338GrNUnqX44HvDerqDWAzV7UnrIpEVm0+gM= MIME-Version: 1.0 From: Rakhi Batra - Assistant Manager Publication Date: Tue, 24 Sep 2019 12:38:13 +0500 Message-ID: Subject: Issue in Java path To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes Hello, 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 "$@") -- Regards, Rakhi -- 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