erlug
[Top] [All Lists]

Re: [Erlug] Mizilla & Java

To: erlug@xxxxxxxxxxxxxx
Subject: Re: [Erlug] Mizilla & Java
From: Maurizio Lemmo - Tannoiser <tann@xxxxxxxxx>
Date: Wed, 13 Mar 2002 18:44:41 +0100
* giovedì 14 marzo 2002, alle 18:41, Mario Romini scrive:
> Cioa a tutti, come faccio ad installare il plug-in java per Mozilla? Io
> mi sono scaricato la JDK2 per far funzionare LimeWire e per questo tutto
> OK. Ma per il plug in come devo fare?. 

* 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.2/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_oji.so will NOT
work


questo e` il file INSTALL dell'SDK. Immagino che nel JDK ci sia
altrettanto o che sia adattabile.

-- 
Willow: "Buffy did the reading? Buffy understood the reading?"
        --Buffy the Vampire Slayer: Earshot

Maurizio - Tannoiser - Lemmo
STIGE Srl Servizi Informatici
Founder Member of ERLUG (Emilia Romagna Linux User Group)
http://erlug.linux.it


<Prev in Thread] Current Thread [Next in Thread>