From owner-freebsd-questions@FreeBSD.ORG Sat Apr 22 20:07:07 2006 Return-Path: X-Original-To: questions@freebsd.org 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 0EE4516A404 for ; Sat, 22 Apr 2006 20:07:07 +0000 (UTC) (envelope-from gauthamglist@gmail.com) Received: from saraswati.hathway.com (saraswati.hathway.com [202.88.156.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 60F7343D48 for ; Sat, 22 Apr 2006 20:07:06 +0000 (GMT) (envelope-from gauthamglist@gmail.com) Received: from [210.18.149.72] by saraswati.hathway.com (iPlanet Messaging Server 5.2 Patch 1 (built Aug 19 2002)) with ESMTP id <0IY5000LN3AZ80@saraswati.hathway.com> for questions@freebsd.org; Sun, 23 Apr 2006 01:24:35 +0530 (IST) Date: Sun, 23 Apr 2006 01:27:08 +0530 From: Gautham Ganapathy In-reply-to: <57d710000604200904v6ed1f315w2f6584acd198db2c@mail.gmail.com> To: pete wright Message-id: <1145735828.1174.9.camel@localhost> MIME-version: 1.0 X-Mailer: Evolution 2.2.3 FreeBSD GNOME Team Port Content-type: text/plain Content-transfer-encoding: 7BIT References: <1145508330.2145.4.camel@localhost> <57d710000604200904v6ed1f315w2f6584acd198db2c@mail.gmail.com> Cc: questions@freebsd.org Subject: Re: Java applets asking for plugin in firefox 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: Sat, 22 Apr 2006 20:07:07 -0000 On Thu, 2006-04-20 at 09:04 -0700, pete wright wrote: > On 4/19/06, Gautham Ganapathy wrote: > > Hi, > > > > I have jdk 1.5 built and installed on my system running 6.0-rel. > > However, when I open a page containing an applet in firefox, i get a > > message saying 'Additional plugins are required to display all the media > > on this page'. o found a similar reports on the net, but no solutions. > > anyone know how to get applets working in bsd? > > > > > assuming you are running a native firefox build (and not > linux-firefox) you should have this file: > > /usr/X11R6/lib/browser_plugins/libjavaplugin_oji.so > > that should happen when you install the package or port. this is the > case with the diable-jre-1.5 package for sure. also check the output > of about:plugins in your URL bar in firefox to see if it's getting > registered. > I have a native firefox and jdk build, but this file was not in this folder. I copied it from /usr/local/jdk1.4.2/jre/plugin/i386/ns610/ and firefox detected it. However, when I opened a test applet, firefox crashed. Are there any other changes to be done to let firefox know the location of the jre? 'java.default_java_location_others' is set to /usr/local/jdk1.5.0/jre/lib/i386 I have not upgraded firefox, still running 1.0.7. Would this be a problem? Regards Gautham