Hi all,
I have an applet that needs to access Windows registry. In order to do that
I have to install a .dll that is then loaded by my Java classes.
I am using the XPI API to install the .dll.
In Netscape 4.x I used to ask SoftUpdate to return the java bin folder (ie:
JavaBinFolder = su.GetFolder("Netscape Java Bin") .
But in Netscape 6.2, now that it using the plug-in, I don't know where to
put the file so it can be loaded by the JVM. The only place I found so far
that seems to work sometimes is Netscape main directory, but I have at least
one example where the JVM says it's not in the java.library.path.
Is there a better place I can use?
Thanks mucho.
- Dan Serfaty