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: 103376,b76e4c7729cf0e53 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news3.google.com!news.glorb.com!news.newsland.it!nntp.infostrada.it!twister2.libero.it.POSTED!not-for-mail From: Fabio Caprarella User-Agent: Mozilla Thunderbird 1.0 (Windows/20041206) X-Accept-Language: it, it-it, en-us, en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada code to Java References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Message-ID: Date: Mon, 21 Mar 2005 20:28:58 GMT NNTP-Posting-Host: 151.41.76.219 X-Complaints-To: abuse@net24.it X-Trace: twister2.libero.it 1111436938 151.41.76.219 (Mon, 21 Mar 2005 21:28:58 MET) NNTP-Posting-Date: Mon, 21 Mar 2005 21:28:58 MET Organization: [Infostrada] Xref: g2news1.google.com comp.lang.ada:9689 Date: 2005-03-21T20:28:58+00:00 List-Id: Robert C. Leif ha scritto: > Why not switch to the Microsoft version of Java (J#) and use A#? > Bob Leif > Message: 8 > Date: Sun, 20 Mar 2005 18:55:28 GMT > From: "Dr. Adrian Wrigley" > Subject: Re: Interfacing Ada code to Java - resources and hints > To: comp.lang.ada@ada-france.org > Message-ID: > > Content-Type: text/plain; charset=ISO-8859-1 > > On Sun, 20 Mar 2005 19:11:48 +0100, Ludovic Brenta wrote: > > > "Dr. Adrian Wrigley" writes: > >> In case it's not clear, I'm hoping to use the normal GNAT compilation > >> system to build an Ada program (Ada "main") which calls some > >> code written in Java. Preferably I'd end up with a single executable > >> without bringing in loads of additional libraries and runtime files. > > > > Look at Cafe1815: http://www.acenet.com.au/~gbull/ > > > > I used in in the past to call an Ada shared library from a Java > > program. The reverse is also possible. Does this help? > > Conceptually, this looks very interesting. But it says it only > works with JDK 1.2, and is over five years old. My best bet > for for this project now seems to be to port the MS Visual C++ > code to g++ and call that using a normal Ada binding. > -- > Adrian > Where I can find information on A#? Is there an official release from microsoft or is it indipendent from it?