Java interface to plug-in is necessary! |
Netscape provides netscape.plugin.Plugin class which is the Java representation of the native plug-in. |
Specifics for particular plug-in subclass of java.plugin.Plugin must be created and installed together with plug-in itself (NPX_PLUGIN_PATH). |
LiveConnect mechanism automatically instantiates Java class representing plug-in. |