enable native access for javafx
This commit is contained in:
@@ -89,6 +89,7 @@
|
||||
|
||||
native-image \
|
||||
--no-fallback \
|
||||
--enable-native-access=javafx.graphics \
|
||||
--module-path "$javafx_module_path" \
|
||||
--add-modules javafx.controls,javafx.graphics \
|
||||
-cp "$app_classpath" \
|
||||
|
||||
@@ -24,6 +24,11 @@
|
||||
"allDeclaredConstructors": true,
|
||||
"allPublicConstructors": true
|
||||
},
|
||||
{
|
||||
"name": "com.sun.prism.es2.X11GLFactory",
|
||||
"allDeclaredConstructors": true,
|
||||
"allPublicConstructors": true
|
||||
},
|
||||
{
|
||||
"name": "com.sun.prism.sw.SWPipeline",
|
||||
"allDeclaredConstructors": true,
|
||||
|
||||
Reference in New Issue
Block a user