Skip to content

handling of java args not consistent #19

Open
@behrica

Description

@behrica

Out of the following 2 lines, only the second does the right thing, namely enabling of a certain JVM module.

javabridge.start_vm(args=["--add-modules","jdk.incubator.foreign"])
javabridge.start_vm(args=["--add-modules=jdk.incubator.foreign"])

This is inconsistent, with the JVM behaviour which takes the 2 command line arguments as being the same:

java --add-modules jdk.incubator.foreign
java --add-modules=jdk.incubator.foreign

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions