weixin_39587029 2020-11-21 01:46
浏览 0

bundler not being able to produce native bundle without JRE on windows

This is a windows-bug only!

When specifying <bundleArguments> to not include JRE in native bundle, JRE won't be created, but application still won't work. Mayor cause: the generated .cfg-file still contains app.runtime=$APPDIR\runtime

该提问来源于开源项目:javafx-maven-plugin/javafx-maven-plugin

  • 写回答

7条回答 默认 最新

  • weixin_39587029 2020-11-21 01:46
    关注

    http://hg.openjdk.java.net/openjfx/8u-dev/rt/file/e885b6e60687/modules/fxpackager/src/main/java/com/oracle/tools/packager/AbstractImageBundler.java#l154

    评论

报告相同问题?