install4j - How to copy jre patch to target java home directory? -
we had write jre patch file our application need deliver installation. activate patch has placed following directory: [installation.dir]/[jre.home]/lib/ext
. because path [jre.home]
differs os os (win, mac,...) tried copy patch file target directory using java.home
installer variable after install-file-action. results file copied temporary java.home
directory instead target directory @ installation folder. there parameter target-java.home
folder install4j during installation runtime? otherwise have set path os dependend [installation.dir]/[os-dependend-path-to-jre]/lib/ext
hard coded.
Comments
Post a Comment