Hi, On 9/21/06, Jason Dillon <[EMAIL PROTECTED]> wrote:
Ah, thats good news... I was not aware of this.The webstart config does not download all platform natives for a given run does it?
No, it does not, if the JNLP file has something like:
<jnlp>
...
<resources>
<!-- common jars -->
</resources>
<resources os="Linux">
<!-- Linux-specific jars -->
</resources>
</jnlp>
Simon
