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.

Arguments not passed correctly #76

@robbyn

Description

@robbyn

I'm submitting a…

  • bug report
  • feature request
  • other

Short description of the issue/suggestion:
Arguments not passed correctly to the main method.

Specify arguments in the Info.plist:

...

    <key>Arguments</key>
    <array>
        <string>-full</string>
        <string>-manager</string>
        <string>-slide-show</string>
    </array>

...

You would expect to receive the arguments:

-full
-manager
-slide-show

But you're actually receiving:

Array
{
-full
-manager
-slide-show
}

  • universalJavaApplicationStub version: 3.0.4
  • Mac OS version: 10.14.6
  • Java version(s): 11

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions