Skip site navigation (1)Skip section navigation (2)
Date:      19 Nov 2001 07:49:41 -0500
From:      Mark Evenson <evenson@panix.com>
To:        java@FreeBSD.ORG
Subject:   Re: jdk1.3.1 and JRE netscape/mozilla plugin
Message-ID:  <a07ksnkjru.fsf@panix3.panix.com>
In-Reply-To: Greg Lewis's message of "Mon, 19 Nov 2001 04:31:40 %2B1030"
References:  <a0elmx4rz8.fsf@panix3.panix.com> <20011119043139.A98747@misty.eyesbeyond.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Greg Lewis <glewis@eyesbeyond.com> writes:

> On Sat, Nov 17, 2001 at 05:22:19AM -0500, Mark Evenson wrote:
> > The 'java/jdk1.3.1' port does not seem to build the Netscape browser
> > interface plugin.  
> 
> Thats correct.
> 
> > I assume that this is because there is some technical difficulty in getting
> > the port to build the plugin corectly.  Does anyone have a pointer to more
> > information on what these technical issues might be?
> 
> There is no problem building it, running it is the problem... :).
> 
> > It sure would be nice to have a Java plugin for the native Mozilla. . .
> 
> Read some of the BUILD file in the JDK patchset.  That will hopefully
> help you figure out how to build the plugin.
> 
> If you're interested in debugging it please let me know.  The problem
> appears to lie in the java_vm program which is exec'ed by the plugin.

Well, I made it to the point of mozilla reporting "failed to exec
'java_vm'".  I don't know how far I can get in debugging this at this point,
as my knowledge of how to debug mozilla is rather scanty, but I offer the
observation that the 'java_vm' executable gets placed into the
'native_threads' section of the filepath where no other files seem to be
located.  

        quid:~/src/jdk-1.3.1/j2sdk1.3.1/build/bsd-i386$ find . -name java_vm -print
        ./bin/i386/native_threads/java_vm
        ./jre-image-i386/bin/i386/native_threads/java_vm
        ./jdk-image-i386/jre/bin/i386/native_threads/java_vm
        ./jdk-image-i386/bin/i386/native_threads/java_vm

That raise any flags to anybody?

-- 
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?a07ksnkjru.fsf>