From owner-freebsd-java@FreeBSD.ORG Tue May 13 17:19:08 2008 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A3C95106567A for ; Tue, 13 May 2008 17:19:08 +0000 (UTC) (envelope-from jwright11@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.183]) by mx1.freebsd.org (Postfix) with ESMTP id 5BA098FC1A for ; Tue, 13 May 2008 17:19:07 +0000 (UTC) (envelope-from jwright11@gmail.com) Received: by py-out-1112.google.com with SMTP id u52so3001464pyb.10 for ; Tue, 13 May 2008 10:19:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=dGA+qzCUSr+cSZxQbd5rdhgvC/7KvmtMJeTPeWS7QeY=; b=D+llexoGGtY8fttP0+2Lqz3rVbP2KeeySFb3CyXGN0cEeqcTqNebFKQ/PcEIRFKHRmwWqHg8w5aAR/0jZSPN9Tut63psFCJIp7hmD3sTEmekujySG827FgK5gFcyA/K+Agc+yEL4nATdit5gS8edOSAnjvMZoCfr4hZ7lK2rzXw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=rCWHdu6EqiGaRM8wm6Uxh3Xcvm+6DJmHbZPCnmeTM0rE5TkXLXgTOuA+z+DwtoN/oFdEFSg2yuiNDUVUSy6dq7VRqmqkM4vs4ztFVCorgTiQc9wdyCM8tMOFp9sSIaljrjAYoMTUzDtttjfFIz4T5PTVOV8U5nSfJQzqC4iYGZo= Received: by 10.141.185.3 with SMTP id m3mr4397409rvp.40.1210699146656; Tue, 13 May 2008 10:19:06 -0700 (PDT) Received: by 10.141.45.18 with HTTP; Tue, 13 May 2008 10:19:06 -0700 (PDT) Message-ID: Date: Tue, 13 May 2008 18:19:06 +0100 From: jwright11@gmail.com To: "Greg Lewis" In-Reply-To: <20080513033600.GA16657@misty.eyesbeyond.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080513033600.GA16657@misty.eyesbeyond.com> Cc: freebsd-java@freebsd.org Subject: Re: java plugin & firefox crash X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2008 17:19:08 -0000 Yes, you were right. I deinstalled diablo and linked the jdk16 plugin with: # ln -s /usr/local/jdk1.6.0/jre/plugin/i386/ns7/libjavaplugin_oji.so /usr/local/lib/browser_plugins/ I didn't realize that diablo is just a build dependency for jdk16. Thanks for the help. On 5/13/08, Greg Lewis wrote: > On Sun, May 11, 2008 at 03:22:59PM +0100, John Wright wrote: > > Java is crashing firefox for me and I'm wondering if someone can > > please help? Running firefox from Konsole shows this error for the > > crash: > > > > diablo-jdk-1.5.0.07.01_10 > > jdk-1.6.0.3p4_1 > > javavmwrapper-2.3.2 > > firefox-2.0.0.14,1 > > > > jello# uname -a > > FreeBSD jello.hwresnet.org 7.0-RELEASE FreeBSD 7.0-RELEASE #0: Sun Feb 24 > > 19:59:52 UTC 2008 > root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC > > i386 > > > > jello# java -version > > java version "1.5.0" > > Java(TM) 2 Runtime Environment, Standard Edition (build diablo-1.5.0-b01) > > Java HotSpot(TM) Server VM (build diablo-1.5.0_07-b01, mixed mode) > > > > Any help will definitely be appreciated. > > I bet the Diablo plugin is installed too. This won't work. You can't mix > 7.x binaries (firefox) with 6.x shared libraries (Diablo). You need to > deinstall Diablo and somehow get jdk16's plugin to (re)install, or just > create a symlink yourself. > > -- > Greg Lewis Email : glewis@eyesbeyond.com > Eyes Beyond Web : http://www.eyesbeyond.com > Information Technology FreeBSD : glewis@FreeBSD.org > -- John N. Wright jwright11@gmail.com