Commit 5e8e27b
committed
Fix: Allow JDK folders starting with "jdk" or "jdk-" during export
The export logic in JavaBuild.java previously looked only for JDK folders starting with "jdk-".
However, the embedded JDK may simply be named "jdk", causing path resolution to fail and no JRE to be bundled.
This leads to macOS launch issues like JRExLoadFullError and JRELoadError.
Updated the filter to also allow "jdk" prefixes.1 parent b8c0857 commit 5e8e27b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
751 | 751 | | |
752 | 752 | | |
753 | 753 | | |
754 | | - | |
| 754 | + | |
755 | 755 | | |
756 | 756 | | |
757 | 757 | | |
| |||
0 commit comments