java - configuring Oracle AppBundler to include part of jre/bin/ in PlugIns folder of app -
in documentation oracle appbundler (https://java.net/downloads/appbundler/appbundler.html), says "by default, contents of jre/
directory included bundled application. executable content (i.e. bin/
, jre/bin/
) excluded. additional content can included or excluded using nested <include>
, <exclude>
elements, respectively."
i include part of jre/bin/
in bundle, i've been unable figure out precise syntax requesting this. in particular, doesn't have effect:
<runtime dir="${env.java_home}"> <include name="jre/bin"/> </runtime>
(i.e., above yields same result not using <include>
@ all.)
Comments
Post a Comment