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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Thread: 103376,f70f5d396358ad88 X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!newsfeed1.ip.tiscali.net!tiscali!transit1.news.tiscali.nl!dreader2.news.tiscali.nl!not-for-mail Newsgroups: comp.lang.ada Subject: Re: Interfacing Ada code to Java - resources and hints References: From: Ludovic Brenta Date: Sun, 20 Mar 2005 19:11:48 +0100 Message-ID: <877jk2426z.fsf@insalien.org> User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux) Cancel-Lock: sha1:4Fs4y2OQ0HupbW+2vikWX0p1cxw= MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Organization: Tiscali bv NNTP-Posting-Date: 20 Mar 2005 19:11:45 CET NNTP-Posting-Host: 83.134.239.254 X-Trace: 1111342305 dreader2.news.tiscali.nl 44088 83.134.239.254:36478 X-Complaints-To: abuse@tiscali.nl Xref: g2news1.google.com comp.lang.ada:9648 Date: 2005-03-20T19:11:45+01:00 List-Id: "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? -- Ludovic Brenta.