Path: csiph.com!usenet.pasdenom.info!aioe.org!.POSTED!not-for-mail From: glen herrmannsfeldt Newsgroups: comp.lang.java.programmer Subject: Re: Java claims WORA Date: Wed, 20 Jun 2012 21:45:00 +0000 (UTC) Organization: Aioe.org NNTP Server Lines: 25 Message-ID: References: <8bc88bdc-bd63-4dd2-ba6c-cb0a7622fa1f@googlegroups.com> <4fe23a6f$0$282$14726298@news.sunsite.dk> NNTP-Posting-Host: H0vc4U5LIRkRHNPyGCs2dA.user.speranza.aioe.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Complaints-To: abuse@aioe.org User-Agent: tin/1.9.6-20100522 ("Lochruan") (UNIX) (Linux/2.6.32-5-amd64 (x86_64)) X-Notice: Filtered by postfilter v. 0.8.2 Xref: csiph.com comp.lang.java.programmer:15461 Arne Vajhøj wrote: > On 6/20/2012 11:33 AM, owais wrote: >> Java claims WORA (write once and run anywhere). > Do you agree with this statement (snip) > Java programs written and build for a specific Java version will run > where that Java version or is available (and typical also if a newer > version is available). > Java is available for all the most common platforms. So common, but not all. Is there Java for VAX/VMS? As I understand it, there are web browsers that run on VMS. Java requires IEEE floating point, so it tends not to be available on hosts that have a different floating point format. Most likely never for, for example, the IBM 7090. (Which would be batch mode, and not browser/applet, but still.) -- glen