On Apr 29, 8:03 am, "Walter" <[EMAIL PROTECTED]> wrote: ... > I'm working on a project like that. I have an applet using JSS to digital > signing, too. > Ok However I dont have tested yet, that solution below apparently works. > But my problem is: how to install this dlls or shared objects in user > machine tranparently?
It is probably easier to launch this applet using Java web start. JWS has the <extension> element to add DLL's ore other native libraries to classpath of the application (or in this case, applet). Here is an example of launching an applet using web start.. <http://www.physci.org/jws/#jtest> (Which is a combined application and applet) And linked from the icon shown here.. <http://www.javasaver.com/testjs/jmf/#test3> ..is an example of adding DLL's (or SO Files, for *nix) to the classpath. HTH Andrew T. _______________________________________________ dev-tech-crypto mailing list dev-tech-crypto@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-tech-crypto