I've just created jnlp file. For testing reason, codebase="". in the folder, where jnlp file is, I have also Myjar.jar, and f.dll.
and in JNLP resource
<resources>
<j2se version="1.6+" href="http://java.sun.com/products/autodl/j2se"/>
<jar href="MyJar.jar" main="true" />
</resources>
Everything works!
QUESTION.
if I change codebase, my jar will be downloaded , but, I want dll to be downloaded too, because, Myjar.jar needs it.... how can I do that?.. what do you think?...