From owner-freebsd-questions@FreeBSD.ORG Fri Jan 28 17:56:22 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4651816A4CE for ; Fri, 28 Jan 2005 17:56:22 +0000 (GMT) Received: from sccrmhc12.comcast.net (sccrmhc12.comcast.net [204.127.202.56]) by mx1.FreeBSD.org (Postfix) with ESMTP id D287543D54 for ; Fri, 28 Jan 2005 17:56:21 +0000 (GMT) (envelope-from clint@0lsen.net) Received: from 0lsen.net ([24.20.127.157]) by comcast.net (sccrmhc12) with ESMTP id <2005012817561401200g2ua7e>; Fri, 28 Jan 2005 17:56:20 +0000 Received: by 0lsen.net (Postfix, from userid 1001) id 6772418076; Fri, 28 Jan 2005 09:56:14 -0800 (PST) Date: Fri, 28 Jan 2005 09:56:14 -0800 From: Clint Olsen To: "Loren M. Lang" Message-ID: <20050128175614.GG87330@0lsen.net> References: <20050127183134.GA88173@0lsen.net> <41F97701.6090409@incubus.de> <41F977C7.2030207@incubus.de> <41F999D0.2070302@gto.net> <20050128035254.GC53729@0lsen.net> <20050128063659.GC4080@alzatex.com> <20050128123201.GC8442@alzatex.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050128123201.GC8442@alzatex.com> User-Agent: Mutt/1.4.2.1i Organization: NULlsen Network X-Disclaimer: Mutt Bites! cc: questions@freebsd.org cc: Matthias Buelow cc: Gert Cuykens cc: Jeremy Faulkner Subject: Re: Java Runtime Environment (JRE)? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 28 Jan 2005 17:56:22 -0000 On Jan 28, Loren M. Lang wrote: > Yea, I'm pretty sure everything will be taken care of automatically for > mozilla and firefox to use it automatically, but in case it isn't you > need to make sure you have a soft link to the libjavaplugin_oji.so file > installed by the port in the firefox plugins directory. Actually, it didn't work this way for me, so I did have to make the symbolic link myself (to the ns610 version of it): % cd ~/.mozilla/plugins % ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so I guess this sort of makes sense. You may have multiple versions of Java laying around, and perhaps you want to customize that on a per-user basis. -Clint