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,8d4f4504daa6a55c,start X-Google-Attributes: gid103376,public From: Shayne Flint Subject: Ada to Java Native Interface (JNI) Bindings Date: 1997/12/18 Message-ID: <34989114.4457@ainslie-software.com>#1/1 X-Deja-AN: 299355287 Content-Transfer-Encoding: 7bit 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-18T00:00:00+00:00 List-Id: In response to some interest in Java Native Interface (JNI) bindings I have posted our attempt at such a beast to: ftp://ftp.ainslie-software.com/pub/AdaJNI The bindings were developed for internal use and later abandoned. They are not documented, properly tested, or complete. They do, however, offer a good start for anyone wanting to talk to the JNI. The bindings will allow you to call Java methods and manipulate Java fields from a native Ada application. You will need the following software to build and use the bindings: Gnat 3.10p (or something similar) JDK 1.1.4 gcc, nm, sed, ar and dlltool from the b18 Cygnus distribution The bindings distribution includes a test program to get you started. If there are any troubles with the distribution please email me. ------------------------------------------------------------------ -- 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 ------------------------------------------------------------------