Netscape plugin recognition after plugin instalation

I got a web page with an APPLET tag modified by the htmlconverter. When i runned it in IE it the plug-in was sucessfully installed and the applet runs fine. In the same computer, i tried to run the same page in Netscape and the plug-in was asked to be installed again?!

It shoud be that way? Shouldn't the previous plug-in instalation be recognized? Or is something I missed?

Thanks in advance,

Jose'

[442 byte] By [jreis23pt] at [2007-9-26 4:55:04]
# 1

Hi,

Check in control panel-->java plug in 1.3.1 whether have you enabled Java Plug in and also check whether have you set the Java Runtime Environment correctly .

Please let me know if you have still problems.

Anil.

Developer Techncial Support

Sun Microsystems,India.

http://www.sun.com/developers/support

ramanil_indts at 2007-6-29 18:48:41 > top of Java-index,Desktop,Deploying...
# 2
In netscape you need the scriptnavigator.plugins.refresh();This forces the browser to recognize all installed plugins. Without this line, you need to shut down and restart the browser.
dnassau at 2007-6-29 18:48:41 > top of Java-index,Desktop,Deploying...