Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Cannot pass strings with spaces to JVM arguments #14

Description

@markwoon

I've tried all manner of escapes in an effort to use spaces in parameters passed to JVM Options and nothing seems to work.

Example:

<key>JVMOptions</key>
<array>
<string>-Dcom.apple.mrj.application.apple.menu.about.name=&quot;Hello World&quot;</string>
</array>

Which just leads to Error: Could not find or load main class Hello.

Everything works as expected if I just remove or replace the space between Hello and World.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Projects

No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions