Skip to content

jvm.json questions #19

@rondlh

Description

@rondlh

1. Why is this argument split in 2 lines?

"--add-exports",
"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",

Couldn't it just be:
"--add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",

2. Do we actually need all these arguments? If I run the Jar without them I don't see any issues.

{
	"javafx.graphics/com.sun.javafx.css=ALL-UNNAMED",
	"--add-exports",
	"javafx.controls/com.sun.javafx.scene.control.behavior=ALL-UNNAMED",
	"--add-exports",
	"javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED",
	"--add-exports",
	"javafx.base/com.sun.javafx.event=ALL-UNNAMED",
	"--add-exports",
	"javafx.controls/com.sun.javafx.scene.control.skin.resources=ALL-UNNAMED",
	"--add-exports",
	"javafx.graphics/com.sun.javafx.util=ALL-UNNAMED",
	"--add-exports",
	"javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED",
	"--add-opens",
	"javafx.graphics/javafx.scene=ALL-UNNAMED"]
},

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