harshp8l commented on issue #13412: Minor fixes to documentation
URL: https://github.com/apache/incubator-mxnet/pull/13412#issuecomment-441851085
 
 
   Thanks for this change @piyushghai. Surrounding the classpath for java with 
quotes allows for users to run this on a wide variety of shells. The previous 
implementation without the quotes only works for bash. 
   (java -cp "target/javaMXNet-1.0-SNAPSHOT.jar:target/dependency/*" mxnet.App)
   
   I have tested this on zsh, bash, sh, csh, tcsh, ksh. Running this command 
will prevent any errors for developers on these shells (and many more I 
presume). 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to