From c0dde6531e831730c25230097fd85a8a38214101 Mon Sep 17 00:00:00 2001 From: Kostya Date: Sun, 23 Aug 2026 18:10:32 +0300 Subject: openjfx: ship native libraries so the desktop UI can launch on Windows lib/openjfx held only the JavaFX API jars, with no Prism/Glass native libraries backing them. At startup JavaFX tried the d3d then sw rendering pipelines and both failed to load, since NativeLibLoader had no native code to find, crashing before any window opened. Bump the jars to 25.0.4 to match the target JDK and add the matching native DLLs alongside them. Drop the web/media/swt/swing jars and their natives (including the 92MB jfxwebkit.dll) since ui-desktop never references those modules. Update package.sh to also stage *.dll files when copying runtime libs into build/dist, and point java.library.path at lib/openjfx in the generated run-*.bat so the natives are found at launch. --- lib/openjfx/api-ms-win-core-console-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-console-l1-2-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-datetime-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-debug-l1-1-0.dll | Bin 0 -> 22136 bytes .../api-ms-win-core-errorhandling-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-file-l1-1-0.dll | Bin 0 -> 26232 bytes lib/openjfx/api-ms-win-core-file-l1-2-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-file-l2-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-handle-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-heap-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-interlocked-l1-1-0.dll | Bin 0 -> 22120 bytes .../api-ms-win-core-libraryloader-l1-1-0.dll | Bin 0 -> 22136 bytes .../api-ms-win-core-localization-l1-2-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-memory-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-namedpipe-l1-1-0.dll | Bin 0 -> 22136 bytes .../api-ms-win-core-processenvironment-l1-1-0.dll | Bin 0 -> 22136 bytes .../api-ms-win-core-processthreads-l1-1-0.dll | Bin 0 -> 22120 bytes .../api-ms-win-core-processthreads-l1-1-1.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-profile-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-rtlsupport-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-string-l1-1-0.dll | Bin 0 -> 22112 bytes lib/openjfx/api-ms-win-core-synch-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-synch-l1-2-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-core-sysinfo-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-timezone-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-core-util-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-crt-conio-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-crt-convert-l1-1-0.dll | Bin 0 -> 26216 bytes lib/openjfx/api-ms-win-crt-environment-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-crt-heap-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-crt-locale-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-crt-math-l1-1-0.dll | Bin 0 -> 30328 bytes lib/openjfx/api-ms-win-crt-multibyte-l1-1-0.dll | Bin 0 -> 30328 bytes lib/openjfx/api-ms-win-crt-private-l1-1-0.dll | Bin 0 -> 75368 bytes lib/openjfx/api-ms-win-crt-process-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll | Bin 0 -> 26216 bytes lib/openjfx/api-ms-win-crt-stdio-l1-1-0.dll | Bin 0 -> 26216 bytes lib/openjfx/api-ms-win-crt-string-l1-1-0.dll | Bin 0 -> 26216 bytes lib/openjfx/api-ms-win-crt-time-l1-1-0.dll | Bin 0 -> 22120 bytes lib/openjfx/api-ms-win-crt-utility-l1-1-0.dll | Bin 0 -> 22136 bytes lib/openjfx/decora_sse.dll | Bin 0 -> 82432 bytes lib/openjfx/glass.dll | Bin 0 -> 282112 bytes lib/openjfx/javafx-swt.jar | Bin 37082 -> 0 bytes lib/openjfx/javafx.base.jar | Bin 756514 -> 748924 bytes lib/openjfx/javafx.controls.jar | Bin 2597140 -> 2602911 bytes lib/openjfx/javafx.fxml.jar | Bin 130169 -> 126177 bytes lib/openjfx/javafx.graphics.jar | Bin 4303293 -> 4462066 bytes lib/openjfx/javafx.media.jar | Bin 277400 -> 0 bytes lib/openjfx/javafx.properties | 6 +++--- lib/openjfx/javafx.swing.jar | Bin 90416 -> 0 bytes lib/openjfx/javafx.web.jar | Bin 716847 -> 0 bytes lib/openjfx/javafx_font.dll | Bin 0 -> 69632 bytes lib/openjfx/javafx_iio.dll | Bin 0 -> 164352 bytes lib/openjfx/msvcp140.dll | Bin 0 -> 575568 bytes lib/openjfx/msvcp140_1.dll | Bin 0 -> 35920 bytes lib/openjfx/msvcp140_2.dll | Bin 0 -> 267888 bytes lib/openjfx/prism_common.dll | Bin 0 -> 11264 bytes lib/openjfx/prism_d3d.dll | Bin 0 -> 180224 bytes lib/openjfx/prism_sw.dll | Bin 0 -> 58368 bytes lib/openjfx/ucrtbase.dll | Bin 0 -> 1123944 bytes lib/openjfx/vcruntime140.dll | Bin 0 -> 120400 bytes lib/openjfx/vcruntime140_1.dll | Bin 0 -> 49776 bytes 63 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 lib/openjfx/api-ms-win-core-console-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-console-l1-2-0.dll create mode 100644 lib/openjfx/api-ms-win-core-datetime-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-debug-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-errorhandling-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-file-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-file-l1-2-0.dll create mode 100644 lib/openjfx/api-ms-win-core-file-l2-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-handle-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-heap-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-interlocked-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-libraryloader-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-localization-l1-2-0.dll create mode 100644 lib/openjfx/api-ms-win-core-memory-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-namedpipe-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-processenvironment-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-processthreads-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-processthreads-l1-1-1.dll create mode 100644 lib/openjfx/api-ms-win-core-profile-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-rtlsupport-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-string-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-synch-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-synch-l1-2-0.dll create mode 100644 lib/openjfx/api-ms-win-core-sysinfo-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-timezone-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-core-util-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-conio-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-convert-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-environment-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-heap-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-locale-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-math-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-multibyte-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-private-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-process-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-stdio-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-string-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-time-l1-1-0.dll create mode 100644 lib/openjfx/api-ms-win-crt-utility-l1-1-0.dll create mode 100644 lib/openjfx/decora_sse.dll create mode 100644 lib/openjfx/glass.dll delete mode 100644 lib/openjfx/javafx-swt.jar delete mode 100644 lib/openjfx/javafx.media.jar delete mode 100644 lib/openjfx/javafx.swing.jar delete mode 100644 lib/openjfx/javafx.web.jar create mode 100644 lib/openjfx/javafx_font.dll create mode 100644 lib/openjfx/javafx_iio.dll create mode 100644 lib/openjfx/msvcp140.dll create mode 100644 lib/openjfx/msvcp140_1.dll create mode 100644 lib/openjfx/msvcp140_2.dll create mode 100644 lib/openjfx/prism_common.dll create mode 100644 lib/openjfx/prism_d3d.dll create mode 100644 lib/openjfx/prism_sw.dll create mode 100644 lib/openjfx/ucrtbase.dll create mode 100644 lib/openjfx/vcruntime140.dll create mode 100644 lib/openjfx/vcruntime140_1.dll (limited to 'lib') diff --git a/lib/openjfx/api-ms-win-core-console-l1-1-0.dll b/lib/openjfx/api-ms-win-core-console-l1-1-0.dll new file mode 100644 index 0000000..acd04c6 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-console-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-console-l1-2-0.dll b/lib/openjfx/api-ms-win-core-console-l1-2-0.dll new file mode 100644 index 0000000..d16a2cc Binary files /dev/null and b/lib/openjfx/api-ms-win-core-console-l1-2-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-datetime-l1-1-0.dll b/lib/openjfx/api-ms-win-core-datetime-l1-1-0.dll new file mode 100644 index 0000000..074cfe9 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-datetime-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-debug-l1-1-0.dll b/lib/openjfx/api-ms-win-core-debug-l1-1-0.dll new file mode 100644 index 0000000..7d7629f Binary files /dev/null and b/lib/openjfx/api-ms-win-core-debug-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-errorhandling-l1-1-0.dll b/lib/openjfx/api-ms-win-core-errorhandling-l1-1-0.dll new file mode 100644 index 0000000..bb02242 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-errorhandling-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-file-l1-1-0.dll b/lib/openjfx/api-ms-win-core-file-l1-1-0.dll new file mode 100644 index 0000000..443200c Binary files /dev/null and b/lib/openjfx/api-ms-win-core-file-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-file-l1-2-0.dll b/lib/openjfx/api-ms-win-core-file-l1-2-0.dll new file mode 100644 index 0000000..97a0097 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-file-l1-2-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-file-l2-1-0.dll b/lib/openjfx/api-ms-win-core-file-l2-1-0.dll new file mode 100644 index 0000000..97c4da2 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-file-l2-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-handle-l1-1-0.dll b/lib/openjfx/api-ms-win-core-handle-l1-1-0.dll new file mode 100644 index 0000000..825650c Binary files /dev/null and b/lib/openjfx/api-ms-win-core-handle-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-heap-l1-1-0.dll b/lib/openjfx/api-ms-win-core-heap-l1-1-0.dll new file mode 100644 index 0000000..61f6db9 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-heap-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-interlocked-l1-1-0.dll b/lib/openjfx/api-ms-win-core-interlocked-l1-1-0.dll new file mode 100644 index 0000000..e8b1f81 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-interlocked-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-libraryloader-l1-1-0.dll b/lib/openjfx/api-ms-win-core-libraryloader-l1-1-0.dll new file mode 100644 index 0000000..c895394 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-libraryloader-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-localization-l1-2-0.dll b/lib/openjfx/api-ms-win-core-localization-l1-2-0.dll new file mode 100644 index 0000000..6a8cdf3 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-localization-l1-2-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-memory-l1-1-0.dll b/lib/openjfx/api-ms-win-core-memory-l1-1-0.dll new file mode 100644 index 0000000..4f084c2 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-memory-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-namedpipe-l1-1-0.dll b/lib/openjfx/api-ms-win-core-namedpipe-l1-1-0.dll new file mode 100644 index 0000000..8657870 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-namedpipe-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-processenvironment-l1-1-0.dll b/lib/openjfx/api-ms-win-core-processenvironment-l1-1-0.dll new file mode 100644 index 0000000..8cb1491 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-processenvironment-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-processthreads-l1-1-0.dll b/lib/openjfx/api-ms-win-core-processthreads-l1-1-0.dll new file mode 100644 index 0000000..83ffbbf Binary files /dev/null and b/lib/openjfx/api-ms-win-core-processthreads-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-processthreads-l1-1-1.dll b/lib/openjfx/api-ms-win-core-processthreads-l1-1-1.dll new file mode 100644 index 0000000..f129357 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-processthreads-l1-1-1.dll differ diff --git a/lib/openjfx/api-ms-win-core-profile-l1-1-0.dll b/lib/openjfx/api-ms-win-core-profile-l1-1-0.dll new file mode 100644 index 0000000..2f74dc2 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-profile-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-rtlsupport-l1-1-0.dll b/lib/openjfx/api-ms-win-core-rtlsupport-l1-1-0.dll new file mode 100644 index 0000000..ceb4c0d Binary files /dev/null and b/lib/openjfx/api-ms-win-core-rtlsupport-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-string-l1-1-0.dll b/lib/openjfx/api-ms-win-core-string-l1-1-0.dll new file mode 100644 index 0000000..5a6eca6 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-string-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-synch-l1-1-0.dll b/lib/openjfx/api-ms-win-core-synch-l1-1-0.dll new file mode 100644 index 0000000..fcab465 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-synch-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-synch-l1-2-0.dll b/lib/openjfx/api-ms-win-core-synch-l1-2-0.dll new file mode 100644 index 0000000..44d4ea0 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-synch-l1-2-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-sysinfo-l1-1-0.dll b/lib/openjfx/api-ms-win-core-sysinfo-l1-1-0.dll new file mode 100644 index 0000000..1ac01dd Binary files /dev/null and b/lib/openjfx/api-ms-win-core-sysinfo-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-timezone-l1-1-0.dll b/lib/openjfx/api-ms-win-core-timezone-l1-1-0.dll new file mode 100644 index 0000000..944bada Binary files /dev/null and b/lib/openjfx/api-ms-win-core-timezone-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-core-util-l1-1-0.dll b/lib/openjfx/api-ms-win-core-util-l1-1-0.dll new file mode 100644 index 0000000..41b1019 Binary files /dev/null and b/lib/openjfx/api-ms-win-core-util-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-conio-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-conio-l1-1-0.dll new file mode 100644 index 0000000..c45f2e5 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-conio-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-convert-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-convert-l1-1-0.dll new file mode 100644 index 0000000..d26ff06 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-convert-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-environment-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-environment-l1-1-0.dll new file mode 100644 index 0000000..814effa Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-environment-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll new file mode 100644 index 0000000..94bd00b Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-heap-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-heap-l1-1-0.dll new file mode 100644 index 0000000..afe8a06 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-heap-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-locale-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-locale-l1-1-0.dll new file mode 100644 index 0000000..4c078b3 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-locale-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-math-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-math-l1-1-0.dll new file mode 100644 index 0000000..240b35e Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-math-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-multibyte-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-multibyte-l1-1-0.dll new file mode 100644 index 0000000..f7deb09 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-multibyte-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-private-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-private-l1-1-0.dll new file mode 100644 index 0000000..b9af7f1 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-private-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-process-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-process-l1-1-0.dll new file mode 100644 index 0000000..3325b23 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-process-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll new file mode 100644 index 0000000..b5b1abd Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-stdio-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-stdio-l1-1-0.dll new file mode 100644 index 0000000..8dc9e22 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-stdio-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-string-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-string-l1-1-0.dll new file mode 100644 index 0000000..6ba75fe Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-string-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-time-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-time-l1-1-0.dll new file mode 100644 index 0000000..9488453 Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-time-l1-1-0.dll differ diff --git a/lib/openjfx/api-ms-win-crt-utility-l1-1-0.dll b/lib/openjfx/api-ms-win-crt-utility-l1-1-0.dll new file mode 100644 index 0000000..07f203b Binary files /dev/null and b/lib/openjfx/api-ms-win-crt-utility-l1-1-0.dll differ diff --git a/lib/openjfx/decora_sse.dll b/lib/openjfx/decora_sse.dll new file mode 100644 index 0000000..18b1c74 Binary files /dev/null and b/lib/openjfx/decora_sse.dll differ diff --git a/lib/openjfx/glass.dll b/lib/openjfx/glass.dll new file mode 100644 index 0000000..f9e8433 Binary files /dev/null and b/lib/openjfx/glass.dll differ diff --git a/lib/openjfx/javafx-swt.jar b/lib/openjfx/javafx-swt.jar deleted file mode 100644 index 26a972f..0000000 Binary files a/lib/openjfx/javafx-swt.jar and /dev/null differ diff --git a/lib/openjfx/javafx.base.jar b/lib/openjfx/javafx.base.jar index 855e125..490b5f2 100644 Binary files a/lib/openjfx/javafx.base.jar and b/lib/openjfx/javafx.base.jar differ diff --git a/lib/openjfx/javafx.controls.jar b/lib/openjfx/javafx.controls.jar index a0c2d31..4380a62 100644 Binary files a/lib/openjfx/javafx.controls.jar and b/lib/openjfx/javafx.controls.jar differ diff --git a/lib/openjfx/javafx.fxml.jar b/lib/openjfx/javafx.fxml.jar index c3b66e5..b12a6d1 100644 Binary files a/lib/openjfx/javafx.fxml.jar and b/lib/openjfx/javafx.fxml.jar differ diff --git a/lib/openjfx/javafx.graphics.jar b/lib/openjfx/javafx.graphics.jar index 945b80f..9e88553 100644 Binary files a/lib/openjfx/javafx.graphics.jar and b/lib/openjfx/javafx.graphics.jar differ diff --git a/lib/openjfx/javafx.media.jar b/lib/openjfx/javafx.media.jar deleted file mode 100644 index 584a9d2..0000000 Binary files a/lib/openjfx/javafx.media.jar and /dev/null differ diff --git a/lib/openjfx/javafx.properties b/lib/openjfx/javafx.properties index bfea014..daa5bed 100644 --- a/lib/openjfx/javafx.properties +++ b/lib/openjfx/javafx.properties @@ -1,3 +1,3 @@ -javafx.version=22.0.2 -javafx.runtime.version=22.0.2+4 -javafx.runtime.build=4 +javafx.version=25.0.4 +javafx.runtime.version=25.0.4+2 +javafx.runtime.build=2 diff --git a/lib/openjfx/javafx.swing.jar b/lib/openjfx/javafx.swing.jar deleted file mode 100644 index 8f033f1..0000000 Binary files a/lib/openjfx/javafx.swing.jar and /dev/null differ diff --git a/lib/openjfx/javafx.web.jar b/lib/openjfx/javafx.web.jar deleted file mode 100644 index 2f49524..0000000 Binary files a/lib/openjfx/javafx.web.jar and /dev/null differ diff --git a/lib/openjfx/javafx_font.dll b/lib/openjfx/javafx_font.dll new file mode 100644 index 0000000..a8a3bcb Binary files /dev/null and b/lib/openjfx/javafx_font.dll differ diff --git a/lib/openjfx/javafx_iio.dll b/lib/openjfx/javafx_iio.dll new file mode 100644 index 0000000..91aecc3 Binary files /dev/null and b/lib/openjfx/javafx_iio.dll differ diff --git a/lib/openjfx/msvcp140.dll b/lib/openjfx/msvcp140.dll new file mode 100644 index 0000000..8397a60 Binary files /dev/null and b/lib/openjfx/msvcp140.dll differ diff --git a/lib/openjfx/msvcp140_1.dll b/lib/openjfx/msvcp140_1.dll new file mode 100644 index 0000000..fc8f1e5 Binary files /dev/null and b/lib/openjfx/msvcp140_1.dll differ diff --git a/lib/openjfx/msvcp140_2.dll b/lib/openjfx/msvcp140_2.dll new file mode 100644 index 0000000..e2dcad3 Binary files /dev/null and b/lib/openjfx/msvcp140_2.dll differ diff --git a/lib/openjfx/prism_common.dll b/lib/openjfx/prism_common.dll new file mode 100644 index 0000000..ecad67f Binary files /dev/null and b/lib/openjfx/prism_common.dll differ diff --git a/lib/openjfx/prism_d3d.dll b/lib/openjfx/prism_d3d.dll new file mode 100644 index 0000000..e6cb006 Binary files /dev/null and b/lib/openjfx/prism_d3d.dll differ diff --git a/lib/openjfx/prism_sw.dll b/lib/openjfx/prism_sw.dll new file mode 100644 index 0000000..bb231a9 Binary files /dev/null and b/lib/openjfx/prism_sw.dll differ diff --git a/lib/openjfx/ucrtbase.dll b/lib/openjfx/ucrtbase.dll new file mode 100644 index 0000000..47961e9 Binary files /dev/null and b/lib/openjfx/ucrtbase.dll differ diff --git a/lib/openjfx/vcruntime140.dll b/lib/openjfx/vcruntime140.dll new file mode 100644 index 0000000..411009b Binary files /dev/null and b/lib/openjfx/vcruntime140.dll differ diff --git a/lib/openjfx/vcruntime140_1.dll b/lib/openjfx/vcruntime140_1.dll new file mode 100644 index 0000000..2071f28 Binary files /dev/null and b/lib/openjfx/vcruntime140_1.dll differ -- cgit v1.2.3