Fix embedded JRE + JFX module path

This commit is contained in:
Reinhard Pointner 2018-11-18 19:39:23 +07:00
parent 84a676d586
commit 096ed29ddc
1 changed files with 5 additions and 0 deletions

View File

@ -174,6 +174,11 @@
<classpath dir="${dir.dist}/lib" />
<librarypath dir="${dir.lib}/native/mac-x86_64" />
<option value="--module-path" />
<option value="$APP_ROOT/Contents/PlugIns/jdk-${jre.version}.jdk/Contents/Home/ext/modules/lib" />
<option value="--add-modules" />
<option value="ALL-MODULE-PATH" />
<!-- include command-line tools -->
<librarypath dir="@{dir}">
<include name="*.sh" />