From owner-freebsd-questions@FreeBSD.ORG Fri Aug 22 08:07:32 2003 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 BFD8F16A4BF for ; Fri, 22 Aug 2003 08:07:32 -0700 (PDT) Received: from cyclone.emea.mci.com (cyclone.wcom.co.uk [193.131.254.139]) by mx1.FreeBSD.org (Postfix) with ESMTP id C53A643FAF for ; Fri, 22 Aug 2003 08:07:31 -0700 (PDT) (envelope-from philip.payne@uk.mci.com) Received: from borg ([166.59.191.249] helo=borg.emea.mci.com) by cyclone.emea.mci.com with esmtp (Exim 4.12) id 19qDVh-0003Mh-00; Fri, 22 Aug 2003 16:07:30 +0100 Received: from [62.191.1.65] (helo=ukcamgate1.cbg.uk.corp.eu.uu.net) by borg.emea.mci.com with esmtp (Exim 4.14) id 19qDVh-0005p6-JL; Fri, 22 Aug 2003 15:07:29 +0000 Received: by ukcamgate1.cbg.uk.corp.eu.uu.net with Internet Mail Service (5.5.2653.19) id ; Fri, 22 Aug 2003 16:07:42 +0100 Message-ID: <36D04A8168B2D41182250008C7E6F8780374FA7A@ukcamexch2.cbg.uk.corp.eu.uu.net> From: Philip Payne To: 'Matthew Seaman' Date: Fri, 22 Aug 2003 16:07:27 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain; charset="iso-8859-1" X-Spam-Score: -3.2 (---) X-Scanner: exiscan for exim4 (http://duncanthrax.net/exiscan/) *19qDVh-0003Mh-00*s9/DZGouOgo* cc: "'freebsd-questions@freebsd.org'" Subject: RE: MozillaFirebird and Java 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, 22 Aug 2003 15:07:33 -0000 > On Fri, Aug 22, 2003 at 01:59:29PM +0100, Philip Payne wrote: > > What you need is the java plugin -- it's a loadable object that adds > java capabilities to Netscape, Mozilla and (I think) Mozilla derived > browsers like Firebird. > > The plugin is a standard part of the JDK, except that the FreeBSD > build of the plugin is disabled for JDK14 -- no one has committed > patches to the code to allow it to build correctly on FreeBSD. > > To make this work, either install JDK13 (which will sit quite happily > alongside JDK14), or go for one of the Linux versions of JDK14 and > install a linux version of Firebird. Just FYI to the list. I can confirm installing JDK13 instead of JDK14 allows MozillaFirebird to use java. Thanks, Phil.