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=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: a07f3367d7,5c1ad9bf1cd97a5c X-Google-Attributes: gida07f3367d7,public,usenet X-Google-NewGroupId: yes X-Google-Language: ENGLISH,ASCII Received: by 10.224.105.205 with SMTP id u13mr6415414qao.6.1352146305734; Mon, 05 Nov 2012 12:11:45 -0800 (PST) Received: by 10.52.30.225 with SMTP id v1mr1724587vdh.20.1352146305625; Mon, 05 Nov 2012 12:11:45 -0800 (PST) Path: gf5ni18188417qab.0!nntp.google.com!c7no7759718qap.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Mon, 5 Nov 2012 12:11:45 -0800 (PST) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=2.8.172.134; posting-account=94GLqQoAAABRDKJ5vWVBzCDWAEq47F5V NNTP-Posting-Host: 2.8.172.134 References: <48a844bf-e2a3-4a78-84df-0d01872920c1@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <24e20e71-6507-47b5-9fbc-9137a5bfe531@googlegroups.com> Subject: Re: Looking for jvm-gnatmake for Linux x86_64 From: Blady Injection-Date: Mon, 05 Nov 2012 20:11:45 +0000 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Date: 2012-11-05T12:11:45-08:00 List-Id: Le samedi 3 novembre 2012 20:58:51 UTC+1, ma...@adrianwrigley.com a =E9crit= =A0: > On Friday, November 2, 2012 1:50:02 PM UTC, co...@adacore.com wrote: > > > Where can I obtain the Linux compilers for targeting JVM? > > > on the libre site. You just need to select the jvm-windows platform i= nstead of the x86-windows one. > I tried this suggestion. I got a file gnat-gpl-2012-jvm-windows-bin.exe = which runs under Microsoft Windows OS (tm). > I'm hoping to use (Debian) Linux to compile Ada code to run under the JVM= , without using Windows(tm). Is this possible? Did I miss something cruci= al? > I know that I can install Windows(tm) under VirtualBox. and mess around w= ith complicated scripts to compile my code under with the above tools. I d= on't think this would be acceptable for my application though. > If it isn't possible now, might it appear in a future release? > Thanks. > -- > Adrian One other option is to build GNAT-JVM from source. It's not so difficult, all is well described in source archive. I wrote a how to (in French but you can understand easily instructions) for= GNAT-JVM 2011 on MacOS, see: http://blady.pagesperso-orange.fr/creations.html#jgnat http://blady.pagesperso-orange.fr/telechargements/jgnat/jvm-gnat-osx.pdf (= =A72 Construction...) In fact, I fell in an Java error I couldn't recover: java.lang.ClassNotFoundException: Applet See http://blady.pagesperso-orange.fr/alpha.html at section JGNAT (old name= ) and test case: http://blady.pagesperso-orange.fr/telechargements/jgnat/Essai_Ada.zip If you try building source, I'm interested in your feedback using JVM. Best Pascal.