Question regarding JDK 1.5 Makefile  
Author Message
mriem





PostPosted: 2005-9-25 6:43:00 Top

java-programmer, Question regarding JDK 1.5 Makefile 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?

Kind regards,
-------
Manfred Riem
email***@***.com
http://www.manorrock.org/

_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"
 
glewis





PostPosted: 2005-9-27 23:38:00 Top

java-programmer >> Question regarding JDK 1.5 Makefile 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 : email***@***.com
Eyes Beyond Web : http://www.eyesbeyond.com
Information Technology FreeBSD : email***@***.com
_______________________________________________
email***@***.com mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-java
To unsubscribe, send any mail to "email***@***.com"