On Tuesday 05 February 2002 11:32 am, Mithun Bhattacharya wrote:

> Downloaded Mozilla 0.9.7 recently and am having a hard time trying to
> make it use a java VM. I do have jre 1.4.0 installed and the shared
> libraries do seem to be in place. Ofcourse clicking on install the Java
> VM pluggin does no good. Edit->preferences->Advanced->Enable Java is
> checked. Any suggestions / thoughts ? (One of the rare cases when I
> havent been successful in giving a proper search criteria to google :( )
>

This snippet is from the INSTALL file in the JRE installation directory :
-------------------------------------------------------------------------------
* Mozilla / Netscape 6

  Create a symbolic link from 
  <Java2 SDK installation>/jre/plugin/<ARCH>/mozilla/javaplugin_oji.so to 
  one of the directories Mozilla/Netscape 6 searches for plug-ins.
  E.g. 

   % ln -s /usr/local/j2sdk1.3.1/jre/plugin/i386/mozilla/javaplugin_oji.so \
     ~/mozilla-0.9.1/plugins/
  or
   % su # become root
   % ln -s /usr/local/j2sdk1.3.1/jre/plugin/i386/mozilla/javaplugin_oji.so \
     /usr/lib/mozilla/plugins/

  Note: It has to be a symbolic link, copying javaplugin.so will NOT work
--------------------------------------------------------------------------------

You may need to change the plugin directory on the above commands to the one 
Mozilla uses on your system.

I did it on my system and it works fine. My mozilla plugin directory was:

/usr/lib/mozilla/plugins/

HTH,

Farhan.


-- 
Farhan Ahmed
Project Leader - FreeLinuxTraining.org
Opaquenetworks.com




_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to