Java Plug-in supports the full Java 2 SDK, Standard Edition v 1.2.2 API, including support for the Java Native method Interface (JNI). This interface allows Java code to call native C or C++ libraries. However, in order to preserve security, untrusted applets are not allowed to use JNI. In order to use JNI from applets, we recommend using signed applets. See the JNI specification and the JNI tutorial for more details on programming with JNI. | |||||
|
| ||||||||||||