java.library.path with WebStart
843802Apr 23 2003 — edited Apr 26 2003Hi,
I need a NWNative.dll to run the application.
This dll is located in the same directory as the jar.
If I run the jar directly (javaw -cp ./) all works fine. But webstart tells me, the dll is not in my java.library.path.
I don't want to copy this file to every computer in the network, so is there another way?
thanks