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

MLCP path with spaces fails #334

@grtjn

Description

@grtjn

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}"

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions