Sun Java Solaris Communities My SDN Account Join SDN
 
Java Plug-in 1.2.2 Documentation

JNI and Java Plug-in

 

Java Plug-in Home Page | Signed Applets
Other Java Plug-in Documentation

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.