Web start cache with dll issue
843802Oct 20 2008 — edited Oct 20 2008Hi,
I have a web start application that do download a couple of libs. One of the lib contains native dlls so I use the form
<resources os="Windows" arch="x86">
<nativelib href="lib/tibco-libs.jar" />
</resources>
to download that one. The application is starting up fine but when it should start loading the dlls it dies. The reason for this is that it cannot find the native library It gives me a link to the library that it tries to use C:\w\6.0\15\6805014f-6ff40075-n\tibrvj.dll: and when I follow that link the library are there...
I actually got it to work with copying the dlls from the cache folder to system32.
So, why didn't web start find the dlls that it had downloaded and put in it owns cache? Web start bug?
Help appreciated.
Mats
Edited by: daMats on Oct 20, 2008 3:51 AM