Jump to content

Talk:Java Runtime Environment

Page contents not supported in other languages.
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MickScott (talk | contribs) at 20:47, 1 February 2007. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Text at the top of the article says it needs to be merged with Java programming language, but didn't find any reasons for it on this talk page. Also didn't find any entry in the Wikipedia:Duplicate articles page. Jay 15:34, 14 Oct 2004 (UTC)

Java Runtime Environment is DIFFERENT from Java platform

Although Java Runtime Environment is a part of Java platform, Java Runtime Environment should not be merged with Java platform. The reason is, Java platform is a general thing, but Java Runtime Environment is a SPECIFIC component, just as Java Development Kit. —The preceding unsigned comment was added by 158.182.1.38 (talkcontribs) .

Java Runtime Environment is NOT "from Sun"

This article unfortunately not only is incorrect, but propagates the misconception that to run Java you need Sun Microsystems: << "Java Runtime Environment, or JRE, is a software bundle from Sun Microsystems that allows a computer system to run a Java application." >> Sun in effect owns (*note1) the Java specification, but anyone(*note2) can write a Java Runtime implementation. (Note1: ok, sure, there's the JCP, but in reality Sun owns the language.) (Note2: Ok, not anyone; the people writing the implementation have to promise not to break the spec (eg, like Microsoft tried to do) by licensing the spec from Sun -- but that's just the right to implement a virtual machine.) See List of Java virtual machines for a short(!) list. Also, of note, are "free" Java implementations (a free as-in-speech) Java implementations that are completely independent of any Sun source, eg, Apache Harmony. In short: no, the JRE is not a "bundle of software from Sun Microsystems". (Sorry if this sounds like a rant.) Michael (talk|contrib) 19:15, 1 February 2007 (UTC)[reply]