I need to specify the OS attribute in the JNLP descriptor for some
resources, but I don't find the tag, attribute or property for the
dependency tag to do it.

Example: my.jnlp
...
<resources>
    <j2se version="1.2"/>
    <jar href="lib/myjar.jar" version="1.2"/>
    <extension
        name="coolaudio" version="1.0"
        href="http://www.mysite.com/ext/coolaudio";>
        <part name="mp3"/>
    </extension>
    <property name="key1" value="value1"/>
    <property name="key2" value="value2"/>
</resources>
<resources os="SunOS">
    <jar href="lib/motif-plaf.jar"/>
</resources>
....

Thanks you very much, have a nice day!

Reply via email to