From owner-freebsd-java Thu Feb 21 11: 6:36 2002 Delivered-To: freebsd-java@freebsd.org Received: from chen.org.nz (adsl-210.54.19.51.quicksilver.net.nz [210.54.19.51]) by hub.freebsd.org (Postfix) with ESMTP id E795437B400 for ; Thu, 21 Feb 2002 11:06:26 -0800 (PST) Received: (from jonc@localhost) by chen.org.nz (8.11.6/8.11.6) id g1LJ5bP24732; Fri, 22 Feb 2002 08:05:37 +1300 (NZDT) (envelope-from jonc) Date: Fri, 22 Feb 2002 08:05:37 +1300 From: Jonathan Chen To: Mark Evenson Cc: Joe Kelsey , Mike Gratton , freebsd-java@FreeBSD.ORG Subject: Re: Mozilla plugin and native JDK 1.3.1p6. Message-ID: <20020222080537.A24688@grimoire.chen.org.nz> 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> <1014076903.59818.54.camel@zircon.zircon.seattle.wa.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from evenson@panix.com on Thu, Feb 21, 2002 at 01:10:59PM -0500 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 Thu, Feb 21, 2002 at 01:10:59PM -0500, Mark Evenson wrote: > Whatever logic it is using, the Java plugin will fail to work if the > 'libjavaplugin_oji.so' is actually copied to the Mozilla 'plugins' > directory instead of being symbolically linked. Using the install > procedure (i.e. symbolic link) that has appeared in the > 'www/mozilla-0.9.8_2,1' port works correctly. Thank you, thank you, thank you! I had used a hard-link from the JRE's libjavaplugin_oji.so to the Mozilla plugin directory, and that was causing the problem. Changing it to a symbolic link means that I can now look at http://java.sun.com without Mozilla dying. Cheers. -- Jonathan Chen ---------------------------------------------------------------------- "Opportunity does not knock, it presents itself when you beat down the door" - W.E. Channing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message