From owner-freebsd-java Mon Feb 18 10:43:51 2002 Delivered-To: freebsd-java@freebsd.org Received: from mail1.panix.com (mail1.panix.com [166.84.0.212]) by hub.freebsd.org (Postfix) with ESMTP id 6380637B416 for ; Mon, 18 Feb 2002 10:43:47 -0800 (PST) Received: from panix3.panix.com (panix3.panix.com [166.84.1.3]) by mail1.panix.com (Postfix) with ESMTP id 8780748720; Mon, 18 Feb 2002 13:43:46 -0500 (EST) Received: (from evenson@localhost) by panix3.panix.com (8.11.3nb1/8.8.8/PanixN1.0) id g1IIhk717851; Mon, 18 Feb 2002 13:43:46 -0500 (EST) X-Authentication-Warning: panix3.panix.com: evenson set sender to evenson@panix.com using -f To: Joe Kelsey Cc: Mike Gratton , Jonathan Chen , freebsd-java@FreeBSD.ORG Subject: Re: Mozilla plugin and native JDK 1.3.1p6. 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> From: Mark Evenson Date: 18 Feb 2002 13:43:46 -0500 In-Reply-To: <1013924828.59818.22.camel@zircon.zircon.seattle.wa.us> Message-ID: Lines: 31 User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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 Joe Kelsey 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 "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