Search code examples
javaappletjava-native-interface

Can I use JNI in a Java Applet?


Is it possible to use JNI (Java Native Interface) in Applets, has anyone has tried?


Solution

  • 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.