From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: * X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Thread: 103376,982baa899e4e2a9f X-Google-NewGroupId: yes X-Google-Attributes: gida07f3367d7,domainid0,public,usenet X-Google-Language: ENGLISH,ASCII-7-bit Received: by 10.68.219.170 with SMTP id pp10mr9158328pbc.1.1340508777616; Sat, 23 Jun 2012 20:32:57 -0700 (PDT) Path: l9ni12994pbj.0!nntp.google.com!news1.google.com!goblin3!goblin2!goblin.stu.neva.ru!aioe.org!.POSTED!not-for-mail From: "Nasser M. Abbasi" Newsgroups: comp.lang.ada Subject: Re: C++11 and Ada 2012 - renaissance of native languages? Date: Sat, 23 Jun 2012 22:32:37 -0500 Organization: Aioe.org NNTP Server Message-ID: References: <7290d163-cee1-4ccc-b637-bb8324d927a4@googlegroups.com> <8762ahlngz.fsf@mid.deneb.enyo.de> Reply-To: nma@12000.org NNTP-Posting-Host: KdJUrTuvv3Zv/s8pPxNluw.user.speranza.aioe.org Mime-Version: 1.0 X-Complaints-To: abuse@aioe.org User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:13.0) Gecko/20120614 Thunderbird/13.0.1 X-Notice: Filtered by postfilter v. 0.8.2 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Date: 2012-06-23T22:32:37-05:00 List-Id: On 6/23/2012 4:36 PM, Florian Weimer wrote: > * Nasser M. Abbasi: > >> Oracle is getting ready now to make it is possible to build >> JavaFX and Java apps as 'native' (should be a major move >> for Java if this works out well) > > There is nothing "native" about it, it's just bundling yet another > copy of the JRE. > I know that. I did read many articles about it. From user-point-of-view, no JRE is needed pre-installed at user platform. Just click and run. all is packeged into one 'file'. Process name is the app, not Java.exe, and many more. Hence it works, feels, behaves if one just downloaded a .exe (i.e.as native app would). User would care-less that is inside. Even better, no dependency on shared libraries outside of the .exe that might needs setting of LD_LIBRARY_PATH since all is bundled). What is that say: if it sounds like a duck, runs like duck, etc... ... then it must be a duck? --Nasser