Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Web start cache with dll issue

843802Oct 20 2008 — edited Oct 20 2008
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 17 2008
Added on Oct 20 2008
0 comments
114 views