Date: 18 Feb 2002 13:43:46 -0500 From: Mark Evenson <evenson@panix.com> To: Joe Kelsey <joe@zircon.seattle.wa.us> Cc: Mike Gratton <mike@vee.net>, Jonathan Chen <jonc@chen.org.nz>, freebsd-java@FreeBSD.ORG Subject: Re: Mozilla plugin and native JDK 1.3.1p6. Message-ID: <a08z9qtyu5.fsf@panix3.panix.com> In-Reply-To: <1013924828.59818.22.camel@zircon.zircon.seattle.wa.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> <3C6F4260.4050909@vee.net> <1013924828.59818.22.camel@zircon.zircon.seattle.wa.us>
next in thread | previous in thread | raw e-mail | index | archive | help
Joe Kelsey <joe@zircon.seattle.wa.us> writes: > On Sat, 2002-02-16 at 21:40, Mike Gratton wrote: > > Jonathan Chen wrote: > > > INTERNAL ERROR on Browser End: Exec of "java_vm" failed: 2 > > > [snip] > > > Anyone know the cause and the fix? > > This may well be Mozilla bug. I'm using a recent nightly (0.9.8+) on my > > [wince] Linux workstation, and I get the same error. Can you try using > > 0.9.7? > > If you build both Mozilla 0.9.8 and jdk13 from the latest ports, then > they work absolutely correctly. Untrue from my current experience (from the running native plugin in the native mozilla perspective). How is 'java_vm' supposed to be in the PATH of mozilla when it does the fork()/exec()? From the '+CONTENTS' of the installed package, 'java_vm' ends up in the 'jdk1.3.1/jre/bin/i386/{green,native}_threads/java_vm' subdirectories without a 'wrapper' symlink in the $JAVA_HOME/bin directory, so the 'mozilla' binary should have no chance of finding 'java_vm' for the exec(). Or does the plugin have this subdirectory relative to JAVA_HOME hard-coded in? -- Mark Evenson <evenson@panix.com> "A screaming comes across the sky. It has happened before, but there is nothing to compare to it now." 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?a08z9qtyu5.fsf>