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,8e0cb57b5e30a8be X-Google-Attributes: gid103376,public X-Google-Language: ENGLISH,ASCII-7-bit Path: g2news1.google.com!postnews.google.com!j33g2000cwa.googlegroups.com!not-for-mail From: kk_oop@yahoo.com Newsgroups: comp.lang.ada Subject: Re: Java wrappers around Ada? Date: 23 Mar 2006 14:59:53 -0800 Organization: http://groups.google.com Message-ID: <1143154793.188596.117060@j33g2000cwa.googlegroups.com> References: <1143032491.488772.259820@j33g2000cwa.googlegroups.com> <44231f6e$1_1@newsfeed.slurp.net> NNTP-Posting-Host: 20.137.18.51 Mime-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" X-Trace: posting.google.com 1143154799 22760 127.0.0.1 (23 Mar 2006 22:59:59 GMT) X-Complaints-To: groups-abuse@google.com NNTP-Posting-Date: Thu, 23 Mar 2006 22:59:59 +0000 (UTC) In-Reply-To: <44231f6e$1_1@newsfeed.slurp.net> User-Agent: G2/0.2 X-HTTP-UserAgent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1),gzip(gfe),gzip(gfe) Complaints-To: groups-abuse@google.com Injection-Info: j33g2000cwa.googlegroups.com; posting-host=20.137.18.51; posting-account=bpC0tQwAAAAFvEfLVRfM_BbbKvfOCzQV Xref: g2news1.google.com comp.lang.ada:3585 Date: 2006-03-23T14:59:53-08:00 List-Id: James Alan Farrell wrote: > We have a similar problem with C, and found it is pretty straight > forward to wrap Ada in C calls. Could you do that, then call the C > calls from Java? > > JAF JNI seems to support the Java/C connection. So this may work. In your problem space, did you have bi-directional communication between C and Ada? In other words, were you able to have C invoke Ada calls and Ada invoke C calls? Thanks! Ken