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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,4a36b7df69d1af90 X-Google-Attributes: gid103376,public From: Geoff Bull Subject: Re: Announcing JGNAT public version 1.0p Date: 2000/04/05 Message-ID: <38EB20D8.CF5F335E@acenet.com.au>#1/1 X-Deja-AN: 607013805 Content-Transfer-Encoding: 7bit References: <8bqd8g$sbs$1@nnrp1.deja.com> <8c2613$hce$1@nnrp1.deja.com> <8c7fh4$25g$1@nnrp1.deja.com> <8c92nl$nqn$1@nnrp1.deja.com> <8cak93$dtl$1@nnrp1.deja.com> <38EA152B.6D7A4481@earthlink.net> X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@telstra.net X-Trace: nsw.nnrp.telstra.net 954933606 203.35.118.1 (Wed, 05 Apr 2000 21:20:06 EST) Organization: Customer of Telstra Big Pond Direct MIME-Version: 1.0 NNTP-Posting-Date: Wed, 05 Apr 2000 21:20:06 EST Newsgroups: comp.lang.ada Date: 2000-04-05T00:00:00+00:00 List-Id: Charles Hixson wrote: > > This is probably just wishful thinking, but is there any smooth way > to call Java routines from a GNAT Ada program? (Via a JGnat > pass-through would be fine.) I think you mean from native ada? ('cause from jgnat it is trivial). You can use the jni binding at http://www.acenet.com.au/~gbull and see if that is smooth enough (might be a bit tedious if you have lots of methods to call). What's a "pass-through"? Cheers Geoff