Skip to content

Spaces not handled correctly in when installing "processing-java" on macOS #4779

Description

@jakeKonrad

I have Processing 3.1.1 and am running it on Mac OS. After running install "processing-java" from the dropdown menu Tools, and then trying to run proccesing-java --help in Terminal, I received the message
/usr/local/bin/processing-java: line 13: /Users/jakekonrad/Downloads/Processing: No such file or directory. This was easily fixed by navigating to /usr/local/bin/processing-java and editing the file so that line 13 looked like this

cd "/Users/jakekonrad/Downloads/Processing 3.app/Contents/Java" && /Users/jakekonrad/Downloads/Processing\ 3.ap p/ ... (I've omitted the rest)

as opposed to

cd "/Users/jakekonrad/Downloads/Processing 3.app/Contents/Java" && /Users/jakekonrad/Downloads/Processing 3.ap p/ ...

The key difference being the \ after the Processing in the path after &&.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions