Is it possible to use JNI (Java Native Interface) in Applets, has anyone has tried?
You can use JNI from an applet, just remember that the applet is running on the client so JNI will be accessing the client for the "NI" part.