diff options
| author | Kostya <mail@sartin.in> | 2026-08-23 18:10:32 +0300 |
|---|---|---|
| committer | Kostya <mail@sartin.in> | 2026-08-23 18:10:32 +0300 |
| commit | c0dde6531e831730c25230097fd85a8a38214101 (patch) | |
| tree | ea07fc772314a0351fb0fe616c45acd972119bf4 /lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll | |
| parent | a1d1be048745f03ca8ba9ac798325e04d6b1fa78 (diff) | |
| download | guess-market-c0dde6531e831730c25230097fd85a8a38214101.tar.gz guess-market-c0dde6531e831730c25230097fd85a8a38214101.tar.xz guess-market-c0dde6531e831730c25230097fd85a8a38214101.zip | |
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.
Diffstat (limited to 'lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll')
| -rw-r--r-- | lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll | bin | 0 -> 26216 bytes |
1 files changed, 0 insertions, 0 deletions
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 --- /dev/null +++ b/lib/openjfx/api-ms-win-crt-runtime-l1-1-0.dll | |||
| Binary files differ | |||