From owner-freebsd-questions@FreeBSD.ORG Thu Jun 18 17:30:22 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B14361065670 for ; Thu, 18 Jun 2009 17:30:22 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from kane.otenet.gr (kane.otenet.gr [83.235.67.31]) by mx1.freebsd.org (Postfix) with ESMTP id 1C0FC8FC15 for ; Thu, 18 Jun 2009 17:30:21 +0000 (UTC) (envelope-from sonicy@otenet.gr) Received: from atomic.dyndns.org (athedsl-4488757.home.otenet.gr [94.71.74.61]) by kane.otenet.gr (8.13.8/8.13.8/Debian-3) with ESMTP id n5IHUJFm014372; Thu, 18 Jun 2009 20:30:19 +0300 Message-ID: <4A3A79AB.9090209@otenet.gr> Date: Thu, 18 Jun 2009 20:30:19 +0300 From: Manolis Kiagias User-Agent: Thunderbird 2.0.0.21 (X11/20090414) MIME-Version: 1.0 To: Roy Stuivenberg References: <1245345400.1445.98.camel@rs-unix.roycs.nl> In-Reply-To: <1245345400.1445.98.camel@rs-unix.roycs.nl> X-Enigmail-Version: 0.95.7 Content-Type: text/plain; charset=ISO-8859-7 Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: diablo-jre16 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Jun 2009 17:30:22 -0000 Roy Stuivenberg wrote: > Hello, > > I'm having a problem getting java to work on Firefox 2. > > diablo-jre16 latest version is installed. > After about:plugins it doesn't show. > Manual says to enter this as root, and so I do that. > ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ > /usr/local/lib/browser_plugins/ > Then I get --> File exists !! > I'm running 7.2 stable gnome2 > > Anyone encountered this problem too? > > Regards, > > Roy. > Hi, For firefox 2.X, please try creating the symbolic link in /usr/local/lib/firefox/plugins, i.e: ln -s /usr/local/diablo-jre1.6.0/plugin/i386/ns7/libjavaplugin_oji.so \ /usr/local/lib/firefox/plugins/ and restart your browser.