forked from LeeKamentsky/python-javabridge
-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
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.foreignMetadata
Metadata
Assignees
Labels
No labels