Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!eternal-september.org!feeder.eternal-september.org!.POSTED!not-for-mail From: Joshua Cranmer Newsgroups: comp.lang.java.programmer Subject: Re: =?UTF-8?B?QW5kcm9pZOKAlFdoeSBEYWx2aWs/?= Date: Wed, 01 Jun 2011 01:04:32 -0400 Organization: A noiseless patient Spider Lines: 25 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Injection-Date: Wed, 1 Jun 2011 05:04:34 +0000 (UTC) Injection-Info: mx04.eternal-september.org; posting-host="bAymlyY9SkaJNa8Tz2rerw"; logging-data="15723"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18/sdUxFGiNKOHUkFtDiyrK1MnTmKuttfU=" User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.16pre) Gecko/20110305 Lightning/1.0b3pre Thunderbird/3.1.10pre In-Reply-To: Cancel-Lock: sha1:Mw0SU8i5YGK/rprVFSBhMiEm7B4= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:4846 On 05/31/2011 11:15 PM, Nasser M. Abbasi wrote: > Do you have an insight why Java JRE is not shipped with > the browser itself? License issues is the biggest one. There is also the fact that it defeats the purpose of the plugin architecture: it's not like Firefox bundles Flash, the other You Need This plugin. Actually, as an aside, Firefox used to have a deep integration via OJI, and until Firefox 3 or so, it was theoretically possible to write your extension in Java (JavaXPCOM has since been broken, I think). Nowadays, Mozilla-Java integration is mostly limited to the standard NPAPI (i.e., plugin) architecture capabilities. > The browser size will be a little larger, but so what? internet > speed is fast these days, who cares if it is 18 MB larger now. Judging from wget, the size of Firefox right now is 12 MB. While download size is not a huge priority, a 150% regression is definitely not going to be accepted. And keep in mind that not everyone has access to high-speed internet; e.g., Africa. -- Beware of bugs in the above code; I have only proved it correct, not tried it. -- Donald E. Knuth