Using Java Plugin on Linux Netscape

Note to Linux users: the java plugin for netscape is currently available as part of the JRE 1.4.2. After installing the JRE, add the location of the java plugin to the NPX_PLUGIN_PATH environment variable, then restart netscape.

For csh/tcsh users:

setenv NPX_PLUGIN_PATH $HOME/.netscape/plugins:/usr/java/jdk1.4.2/jre/plugin/i386:/usr/lib/netscape/plugins

or for sh/bash users:

export NPX_PLUGIN_PATH=$HOME/.netscape/plugins:/usr/java/jdk1.4.2/jre/plugin/i386:/usr/lib/netscape/plugins