Question regarding JDK 1.5 Makefile

Greg Lewis glewis at eyesbeyond.com
Tue Sep 27 08:37:18 PDT 2005


On Sat, Sep 24, 2005 at 04:42:53PM -0600, Manfred Riem wrote:
> Hi there,
> 
> Is it possible to split the choice between WITHOUT_WEB
> to WITHOUT_PLUGIN and WITHOUT_WEBSTART? I would like to
> be able to have Java Webstart working, but I don't really
> want to install Mozilla ;)
> 
> Any thoughts?

You could try adding something like

BUILD_PLUGIN=false

to MAKE_ENV.  Looks like it might work, but I can't be sure.

If it does work that would also be useful for amd64, since javaws is
probably easier to get working there than the plugin.

-- 
Greg Lewis                          Email   : glewis at eyesbeyond.com
Eyes Beyond                         Web     : http://www.eyesbeyond.com
Information Technology              FreeBSD : glewis at FreeBSD.org


More information about the freebsd-java mailing list