From owner-freebsd-java@FreeBSD.ORG Thu Jun 17 00:18:55 2004 Return-Path: <owner-freebsd-java@FreeBSD.ORG> Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DCB7916A4CE for <freebsd-java@freebsd.org>; Thu, 17 Jun 2004 00:18:55 +0000 (GMT) Received: from topper.inf.ed.ac.uk (topper.inf.ed.ac.uk [129.215.32.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB97A43D60 for <freebsd-java@freebsd.org>; Thu, 17 Jun 2004 00:18:54 +0000 (GMT) (envelope-from richard@inf.ed.ac.uk) Received: from macintosh.inf.ed.ac.uk (macintosh.inf.ed.ac.uk [129.215.164.64]) by topper.inf.ed.ac.uk (8.11.6/8.11.6) with ESMTP id i5H0Igi14840 for <freebsd-java@freebsd.org>; Thu, 17 Jun 2004 01:18:42 +0100 Received: by macintosh.inf.ed.ac.uk (Postfix, from userid 501) id E5CDE108FFE; Thu, 17 Jun 2004 01:18:41 +0100 (BST) From: Richard Tobin <richard@inf.ed.ac.uk> To: freebsd-java@freebsd.org Organization: just say no X-Mailer: Ream 5.1.51-richard-mac Message-Id: <20040617001841.E5CDE108FFE@macintosh.inf.ed.ac.uk> Date: Thu, 17 Jun 2004 01:18:41 +0100 (BST) Subject: Java plugin problem with firefox X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD <freebsd-java.freebsd.org> List-Unsubscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=unsubscribe> List-Archive: <http://lists.freebsd.org/pipermail/freebsd-java> List-Post: <mailto:freebsd-java@freebsd.org> List-Help: <mailto:freebsd-java-request@freebsd.org?subject=help> List-Subscribe: <http://lists.freebsd.org/mailman/listinfo/freebsd-java>, <mailto:freebsd-java-request@freebsd.org?subject=subscribe> X-List-Received-Date: Thu, 17 Jun 2004 00:18:56 -0000 I just built and installed the firefox-0.9 port. But when I try to run it I get endless repeated messages: LoadPlugin: failed to initialize shared library /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so [/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so: Undefined symbol "_vt$16nsQueryInterface"] *** loading the extensions datasource My jdk1.3.1 is jdk-1.3.1p9_4, and it works with the (old!) Mozilla 1.1 that I have installed. Can anyone tell me what the problem is? Do I need to install a newer jdk? -- Richard