On 11/26/01 09:28 AM, Steen Kastoft Hansen wrote:
> Could somebody please post a detailed description of how to make Java
> 1.3.1 work with Mozilla 0.9.6?
>
> With all Mozillas I had problems but with Mozilla 0.9.2 I upgraded
> to Java 1.3.1 at the same time and at last I had a Java Plugin that
> worked! However, I felt that I should not be too much backlevel
> with Mozilla so I upgraded Mozilla in the following way:
>
> 1) Took a copy of the Plugin directory. 2) Uninstalled Mozilla
> through "Add/Remove Programs". Then I deleted the two Mozilla
> directories (program and application data). 3) Installed Mozilla
> 0.9.6 and tried http://java.sun.com. No Java. 4) Uninstalled Java
> 1.3.1 and reinstalled it. Still no Java. I noticed that the Plugin
> directory was empty (except for npnul32.dll) 5) Then I copied the
> old contents of the Plugin directory back. Now Mozilla hangs when
> accessing a Java page.
>
> When reading the material on Mozilla.org it seems that the plugins
> just work. How do you folks do it?
>
> Steen
>
Apart from the copying the dll files, you could try
setting the following pref in prefs.js/user.js and see if it helps.
// If you have JRE installed in your system, you can tell Mozilla to
// search for the JRE at startup so you don't have to keep installing
// again and again.
user_pref("plugin.do_JRE_Plugin_Scan", true);
See http://www.geocities.com/pratiksolanki/ for more useful options.
Pratik.