I need to create installer using install4j with the bundled JRE inside. When user installs it he gets app.exe without need to install JRE/JDK. But there is bouncy castle lib which requires JCE. After installation I can manually add JCE to jre bundle, but I need installer does it by itself.
How to create JRE/JDK bundle with JCE using install4j? Is it possible?