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

Reply via email to