From owner-freebsd-questions@FreeBSD.ORG Wed Jan 10 22:26:24 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 B7D4316A4B3 for ; Wed, 10 Jan 2007 22:26:24 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from unsane.co.uk (www.unsane.co.uk [85.233.185.162]) by mx1.freebsd.org (Postfix) with ESMTP id 1C73613C474 for ; Wed, 10 Jan 2007 22:26:23 +0000 (UTC) (envelope-from jhary@unsane.co.uk) Received: from [10.0.0.100] (crayfish.unsane.co.uk [10.0.0.100]) (authenticated bits=0) by unsane.co.uk (8.13.8/8.13.8) with ESMTP id l0AMR01U002466 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Wed, 10 Jan 2007 22:27:00 GMT (envelope-from jhary@unsane.co.uk) Message-ID: <45A567FB.3080603@unsane.co.uk> Date: Wed, 10 Jan 2007 22:26:03 +0000 From: Vince Hoffman User-Agent: Thunderbird 1.5.0.9 (X11/20070102) MIME-Version: 1.0 To: eoghan References: <89F5D83C-6827-499E-89EB-EAAAEBD03FCE@gmail.com> In-Reply-To: <89F5D83C-6827-499E-89EB-EAAAEBD03FCE@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd ORG Subject: Re: java plugin for 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: Wed, 10 Jan 2007 22:26:24 -0000 eoghan wrote: > Hi > Does anyone have a guide or advice for getting java plugin working for > firefox? Im running 6.1 on amd. > I have installed: > diablo-jdk-5.0 > diablo-jre1.5.0 > linux-blackdown-jre1.1.8 > linux-sun-jdk1.4.2 > when i try to access a java app from firefox im always presented with > the plugin missing page... > I had it working on i386 before with just the installation of java... > Im not sure what i have to do next... sounds like you may not have the correct files/links in your plugin directory. whats the output of ls -l /usr/local/lib/browser_plugins and ls -l /usr/X11R6/lib/browser_plugins/ if /usr/local/lib/browser_plugins doesnt have a symlink like libjavaplugin_oji.so@ -> /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so then try cd /usr/local/lib/browser_plugins && ln -s /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.solibjavaplugin_oji.so and restart firefox and look at about:plugins Vince > Thanks > Eoghan > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org"