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