JWS can't find dependent native library
Hi,
my JNLP file contains the following snippet
...
<resources os="Windows">
<nativelib href="lib/windows/corelib.jar"/>
</resources>
...
where corelib.jar contains several DLL files. The first DLL depends on others contained in the same jar file. Lauching the program under Windows via JWS, the first DLL is loaded, but it can't resolve the depencies. It seems to me, that Windows searches in the PATH, but there is no corresponding entry. (I also tried to put every DLL in a separate jar file, but that doesn't work either.)
Any suggestions who to solve this problem?

