# # Java argument file to be used when starting a Java FX application # with Java 11 or later # that should be tested with the expecco JAVA Gui Plugin. # Refer to: https://doc.expecco.de/wiki2.x/Java_GUI_Plugins#Zugriffsberechtigungen # --module-path "%PATH_TO_FX%" --add-modules=javafx.controls --add-modules=javafx.swing --add-modules=javafx.web --add-opens javafx.graphics/com.sun.javafx.sg.prism=ALL-UNNAMED --add-opens javafx.graphics/javafx.stage=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene=ALL-UNNAMED --add-opens javafx.graphics/com.sun.javafx.stage=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.layout=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.control=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.control.skin=ALL-UNNAMED --add-opens javafx.controls/javafx.scene.chart=ALL-UNNAMED --add-exports javafx.controls/com.sun.javafx.charts=ALL-UNNAMED --add-opens javafx.controls/com.sun.javafx.charts=ALL-UNNAMED --add-exports javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED --add-opens javafx.controls/com.sun.javafx.scene.control=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.image=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.shape=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.text=ALL-UNNAMED --add-opens javafx.graphics/javafx.application=ALL-UNNAMED --add-opens javafx.graphics/javafx.geometry=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.robot=ALL-UNNAMED --add-exports javafx.graphics/com.sun.glass.ui=ALL-UNNAMED --add-opens javafx.graphics/com.sun.glass.ui=ALL-UNNAMED --add-opens javafx.graphics/com.sun.glass.ui.win=ALL-UNNAMED --add-opens javafx.graphics/javafx.scene.input=ALL-UNNAMED --add-opens javafx.base/javafx.event=ALL-UNNAMED --add-exports javafx.base/com.sun.javafx.runtime=ALL-UNNAMED --add-opens javafx.base/com.sun.javafx.runtime=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.scene=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.util=ALL-UNNAMED --add-exports javafx.graphics/com.sun.javafx.scene.input=ALL-UNNAMED --add-exports javafx.web/com.sun.webkit.dom=ALL-UNNAMED --add-opens java.base/java.util=ALL-UNNAMED