Date: Thu, 15 Jul 2004 17:52:47 -0600 From: Greg Lewis <glewis@eyesbeyond.com> To: John <strgout@unixjunkie.com> Cc: freebsd-java@freebsd.org Subject: Re: maybe silly quesiton Message-ID: <20040715235246.GA63618@misty.eyesbeyond.com> In-Reply-To: <20040715224502.GA77694@mail.unixjunkie.com> References: <20040715201117.GA77296@mail.unixjunkie.com> <20040715210646.GA62516@misty.eyesbeyond.com> <20040715224502.GA77694@mail.unixjunkie.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040715235246.GA63618>