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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -