From owner-freebsd-java@FreeBSD.ORG Thu Jul 15 23:52:50 2004 Return-Path: Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E24AE16A4CE for ; Thu, 15 Jul 2004 23:52:50 +0000 (GMT) Received: from mgr2.xmission.com (mgr2.xmission.com [198.60.22.202]) by mx1.FreeBSD.org (Postfix) with ESMTP id C893A43D3F for ; Thu, 15 Jul 2004 23:52:50 +0000 (GMT) (envelope-from glewis@eyesbeyond.com) Received: from [198.60.22.205] (helo=mgr5.xmission.com) by mgr2.xmission.com with esmtp (Exim 3.35 #1) id 1BlG1y-0005Sc-02; Thu, 15 Jul 2004 17:52:50 -0600 Received: from [166.70.56.15] (helo=misty.eyesbeyond.com) by mgr5.xmission.com with esmtp (Exim 4.32) id 1BlG1x-00048O-S3; Thu, 15 Jul 2004 17:52:50 -0600 Received: from misty.eyesbeyond.com (localhost.eyesbeyond.com [127.0.0.1]) i6FNqmFu063872; Thu, 15 Jul 2004 17:52:48 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) Received: (from glewis@localhost) by misty.eyesbeyond.com (8.12.11/8.12.11/Submit) id i6FNqlHr063871; Thu, 15 Jul 2004 17:52:47 -0600 (MDT) (envelope-from glewis@eyesbeyond.com) X-Authentication-Warning: misty.eyesbeyond.com: glewis set sender to glewis@eyesbeyond.com using -f Date: Thu, 15 Jul 2004 17:52:47 -0600 From: Greg Lewis To: John Message-ID: <20040715235246.GA63618@misty.eyesbeyond.com> References: <20040715201117.GA77296@mail.unixjunkie.com> <20040715210646.GA62516@misty.eyesbeyond.com> <20040715224502.GA77694@mail.unixjunkie.com> Mime-Version: 1.0 Content-Disposition: inline In-Reply-To: <20040715224502.GA77694@mail.unixjunkie.com> User-Agent: Mutt/1.4.2.1i Content-Type: text/plain; charset=us-ascii X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on mgr5.xmission.com X-Spam-Level: X-Spam-Status: No, hits=-4.9 required=8.0 tests=BAYES_00 autolearn=no version=2.63 X-SA-Exim-Connect-IP: 166.70.56.15 X-SA-Exim-Mail-From: glewis@eyesbeyond.com X-SA-Exim-Version: 4.0 (built Sat, 24 Apr 2004 12:31:30 +0200) X-SA-Exim-Scanned: Yes (on mgr5.xmission.com) cc: freebsd-java@freebsd.org Subject: Re: maybe silly quesiton X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 15 Jul 2004 23:52:51 -0000 On Thu, Jul 15, 2004 at 05:45:02PM -0500, John wrote: > On Thu, Jul 15, 2004 at 03:06:46PM -0600, Greg Lewis wrote: > > On Thu, Jul 15, 2004 at 03:11:17PM -0500, John wrote: > > > What should be done for web apps that want 1.4.1(_p2) pluggin installed? > > > Can i just fool the remote app by somehow getting mozilla to say it has it > > > installed and map it to 1.4.2 (fbsd bins native)? > > > > The 1.4.2 plugin should satisfy any application that wants any version from > > 1.1 through 1.4.2. > > > > See the Mozilla Help -> About plugins information. > > Well is looks like what the java app is having issues with is this.. > > This is what it wants.. > application/x-java-applet;jpi-version=1.4.1_p2 > which seems silly... Ahh, so it actually wants a specific version of the plugin rather than a plugin which supports 1.4.1. You'll need to look at the plugin code and find out how it decides the jpi-version to report and modify it to report 1.4.1_p2 it sounds like. -- Greg Lewis Email : glewis@eyesbeyond.com Eyes Beyond Web : http://www.eyesbeyond.com Information Technology FreeBSD : glewis@FreeBSD.org