1 |
Communication between this object and the plug-in is done the same way as in general case of Java-native code communication, except for:
-
different javah program is provided by Netscape
-
Netscape javah is JRI - aware
-
one does not need to explicitly load the native library - all code is in the plug-in dynamic library which is loaded automatically when necessary (Java object creation follows plug-in load).
|