mirror of
https://github.com/processing/processing4.git
synced 2026-01-27 18:31:07 +01:00
JavaFX args were backwards
This commit is contained in:
@@ -41,8 +41,8 @@
|
||||
<!-- <opt>-\-module-path=core/library</opt> -->
|
||||
<!-- Make it possible access JavaFX for Tools, Modes, etc. Not recommended,
|
||||
but making it possible for 4.x because some Tools rely on JavaFX. -->
|
||||
<opt>-Djava.library.path=lib;modes/java/libraries/javafx/library</opt>
|
||||
<opt>--module-path=modes/java/libraries/javafx/library/windows64</opt>
|
||||
<opt>-Djava.library.path=lib;modes/java/libraries/javafx/library/windows64</opt>
|
||||
<opt>--module-path=modes/java/libraries/javafx/library</opt>
|
||||
|
||||
<!-- Java 9+ handles high DPI internally so OS display scaling -->
|
||||
<!-- can cause display issues with custom rendering swing elements. -->
|
||||
|
||||
Reference in New Issue
Block a user