Date: 17 Feb 2002 10:48:18 -0800 From: Joe Kelsey <joe@zircon.seattle.wa.us> To: David Dagon <dagon@cc.gatech.edu> Cc: Jonathan Chen <jonc@chen.org.nz>, freebsd-java@FreeBSD.ORG Subject: Re: Mozilla plugin and native JDK 1.3.1p6. Message-ID: <1013971699.59818.34.camel@zircon.zircon.seattle.wa.us> 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>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1013971699.59818.34.camel>