From owner-freebsd-java Sun Feb 17 10:48:24 2002 Delivered-To: freebsd-java@freebsd.org Received: from zircon.seattle.wa.us (sense-sea-CovadSub-0-80.oz.net [216.39.147.80]) by hub.freebsd.org (Postfix) with SMTP id 996CA37B402 for ; Sun, 17 Feb 2002 10:48:20 -0800 (PST) Received: (qmail 69202 invoked from network); 17 Feb 2002 18:48:19 -0000 Received: from localhost (127.0.0.1) by localhost with SMTP; 17 Feb 2002 18:48:19 -0000 Subject: Re: Mozilla plugin and native JDK 1.3.1p6. From: Joe Kelsey To: David Dagon Cc: Jonathan Chen , freebsd-java@FreeBSD.ORG In-Reply-To: <20020217042725.A33122@fritz.cc.gt.atl.ga.us> References: <20020215150421.A50739@shale.csir.co.za> <20020216150534.C60480@shale.csir.co.za> <1013894600.59818.5.camel@zircon.zircon.seattle.wa.us> <20020217003431.E60480@shale.csir.co.za> <20020217165427.A3783@grimoire.chen.org.nz> <1013922612.59818.18.camel@zircon.zircon.seattle.wa.us> <20020217215340.A5293@grimoire.chen.org.nz> <20020217042725.A33122@fritz.cc.gt.atl.ga.us> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/1.0.2 Date: 17 Feb 2002 10:48:18 -0800 Message-Id: <1013971699.59818.34.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 2002-02-17 at 01:27, David Dagon wrote: > On Sun, Feb 17, 2002 at 09:53:40PM +1300, Jonathan Chen wrote: > > > I've built jdk13 twice. Same error. I'll try rebuilding mozilla and > > see whether that helps. > > It's worth repeating what is displayed by the port's build: Jonathon's problem was the inability to exec java_vm, which means that it actually loaded libjavaplugin_oji.so correctly, but did not find the correct java_vm to run. This usually means that somehow you got a patchset 5 plugin, which means that the java_vm is not in the correct directory. You have to have patchset 6 and you have to make sure that everything is installed correctly. That means deleting all of the old jdk13 files if you were using patchset 5 before installing patchset 6. The best way to do this is either with pkg_delete or make deinstall. After doing that, rm -rf /usr/local/jdk1.3.1 just to make sure you remove everything. Then make and install jdk13p6. /Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message