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,start X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!news1.google.com!proxad.net!proxad.net!62.253.162.218.MISMATCH!news-in.ntli.net!newsrout1-win.ntli.net!ntli.net!newspeer1-win.ntli.net!newsfe2-gui.ntli.net.POSTED!53ab2750!not-for-mail From: "Dr. Adrian Wrigley" Subject: Interfacing Ada code to Java - resources and hints User-Agent: Pan/0.14.2 (This is not a psychotic episode. It's a cleansing moment of clarity.) Message-Id: Newsgroups: comp.lang.ada MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Date: Sun, 20 Mar 2005 01:29:37 GMT NNTP-Posting-Host: 81.100.88.147 X-Complaints-To: http://www.ntlworld.com/netreport X-Trace: newsfe2-gui.ntli.net 1111282177 81.100.88.147 (Sun, 20 Mar 2005 01:29:37 GMT) NNTP-Posting-Date: Sun, 20 Mar 2005 01:29:37 GMT Organization: ntl Cablemodem News Service Xref: g2news1.google.com comp.lang.ada:9623 Date: 2005-03-20T01:29:37+00:00 List-Id: Hi Guys! I'm looking at doing a project linking a network-based Java client library to Ada (using GNAT on ia32 Linux). So far I haven't found much online info about how to do this :( An interesting but old article talks of ADEPT to interface via Annex E: http://stsc.hill.af.mil/crossTalk/1997/12/adept.asp And a newsgroup posting by Tucker Taft from ten years ago: http://archive.dstc.edu.au/AU/staff/crawley/ada/ada-java.txt What I want to do seems fairly basic, but I'm not sure where to start! What libraries would I need to link to? How do I initialize the Java runtime? Is Annex E the way to go? Does anyone know of basic tutorials and/or working code I can plunder to learn how to do this? Thanks! -- Adrian