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=0.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,f5540d9bd48d1478 X-Google-Attributes: gid103376,public From: Shayne Flint Subject: Re: JNI Ada95 Binding Date: 1997/12/17 Message-ID: <3497178C.6357@ainslie-software.com>#1/1 X-Deja-AN: 298844099 Content-Transfer-Encoding: 7bit References: <01bd0951$d74890e0$1b028ad1@proj1> Mime-Version: 1.0 Reply-To: shayne@ainslie-software.com Content-Type: text/plain; charset=us-ascii Organization: Ainslie Software Pty Limited Newsgroups: comp.lang.ada Date: 1997-12-17T00:00:00+00:00 List-Id: Brian Yeoman wrote: > > Does anybody know of a Java Native Interface binding to Ada95 ? I would > like to build my GUIs in Java and interface my Ada95 application. I have built a binding that allows you to use most JNI functions. It allows you to find java classes, get ID's for static and instance methods and fields, call methods, read/write fields and register native methods. However, I have problems with event management and handling Java interfaces in a neat way. I have built the binding for use with Gnat 3.10p and JDK 1.1.4. It should work with Aonix without too much change. If there is enough interest I would consider putting it up on my web site. -- ------------------------------------------------------------------ -- Shayne Flint, MIEAust, CPEng shayne@ainslie-software.com -- Ainslie Software Pty Limited http://www.ainslie-software.com -- -- ShapeDB, a database and form drawing add-on for Visio ------------------------------------------------------------------