aboutsummaryrefslogtreecommitdiffstats
path: root/lib/openjfx/api-ms-win-crt-filesystem-l1-1-0.dll
Commit message (Collapse)AuthorAgeFilesLines
* openjfx: ship native libraries so the desktop UI can launch on WindowsKostya2026-08-231-0/+0
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.