Skip to content
This repository has been archived by the owner on Nov 9, 2022. It is now read-only.

MLCP path with spaces fails #334

Closed
grtjn opened this issue Jan 14, 2015 · 1 comment
Closed

MLCP path with spaces fails #334

grtjn opened this issue Jan 14, 2015 · 1 comment
Labels

Comments

@grtjn
Copy link
Contributor

grtjn commented Jan 14, 2015

Spaces in paths are less common in Unix-like environment, but frequent in Windows. Using an mlcp-home path containing spaces causes the Java call to MLCP to fail. Server_config.rb needs to be changed. Replace:

runme = %Q{java -cp #{classpath}

With:

runme = %Q{java -cp "#{classpath}"

@grtjn grtjn added the bug label Jan 14, 2015
dmcassel added a commit that referenced this issue Jan 20, 2015
@dmcassel
Copy link
Collaborator

fixed in dev

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants