From owner-freebsd-questions@FreeBSD.ORG Wed Jan 17 22:52:20 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 718C816A417 for ; Wed, 17 Jan 2007 22:52:20 +0000 (UTC) (envelope-from deathjestr@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.230]) by mx1.freebsd.org (Postfix) with ESMTP id 3301E13C4A5 for ; Wed, 17 Jan 2007 22:52:20 +0000 (UTC) (envelope-from deathjestr@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so12523wxc for ; Wed, 17 Jan 2007 14:52:19 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=uo9D7GthygdIq+fwIMp2KA7bfeQPFL+uLntc90AFwmkkIlxdTireELJUmavSjzOIbUFP0kTpdT9YwAHQKfQcV+t6XhhQ9QTZYoQk8l+FLw3rTW96rAXYdcLfeSFFzZsENE/vYpZXXh+JlYc9abfAC04nFFt0WY88bNV8zJ4zTxc= Received: by 10.90.34.3 with SMTP id h3mr196781agh.1169074339176; Wed, 17 Jan 2007 14:52:19 -0800 (PST) Received: by 10.90.96.6 with HTTP; Wed, 17 Jan 2007 14:52:19 -0800 (PST) Message-ID: <44b564930701171452s566680f7gb14c5e7e87a392eb@mail.gmail.com> Date: Wed, 17 Jan 2007 17:52:19 -0500 From: "Michael M. Press" To: "Andrew Gould" In-Reply-To: <20070117175135.73481.qmail@web35311.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20070117175135.73481.qmail@web35311.mail.mud.yahoo.com> Cc: Dak Ghatikachalam , freebsd-questions@freebsd.org, FreeBSD WickerBill Subject: Re: Firefox mess in Freebsd 6.1 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: Wed, 17 Jan 2007 22:52:20 -0000 > > The flash plugin works great with linux-firefox; but how do you get the > java plugin to work with it? > I don't know if there is a way to get a FreeBSD version of the Java plugin to work. If you have a Linux version of it sitting around: cd /usr/local/lib/linux-firefox/plugins ln -s /usr/local/linux-sun-jdk1.4.2/jre/plugin/i386/ns610-gcc32/libjavaplugin_oji.so ...should do it. Of course your libjavaplugin might be in a different location than mine.