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,9d4df76c26744691,start X-Google-Attributes: gid103376,public From: Ulf Eliasson Subject: Combinding Ada and Java? Date: 1999/10/22 Message-ID: <38106CB9.8F5A5CE9@celsiustech.se>#1/1 X-Deja-AN: 539267841 Content-Transfer-Encoding: 7bit X-Accept-Language: en Content-Type: text/plain; charset=us-ascii X-Complaints-To: abuse@global-ip.net X-Trace: news3.global-ip.net 940600457 17450 139.58.232.1 (22 Oct 1999 13:54:17 GMT) Organization: Global One Services Mime-Version: 1.0 NNTP-Posting-Date: 22 Oct 1999 13:54:17 GMT Newsgroups: comp.lang.ada Date: 1999-10-22T13:54:17+00:00 List-Id: Helo I'm a grade student making my thesis and would like some help. Does anybody know how to use Java components (Swing) from an existing Ada system? The aim is to embed the Java parts into the Ada executable so that the Java methods can be accesed directly from Ada without having to use socket communication (or equivalent). I have been trying to use the evaluaton version of AdaJNI from Ainslie-software without succes so far. AdaJNI is supposed to create Ada bindings to any Java class file. Has anybody used this tool and know how to make it work, or if any similar tool exists? My idea was to create the GUI for the application with some Java GUI builder tool on WinNT, create the Ada bindings, move code and class files to AIX and compile it with the existing Ada system. I would be glad to receive any comments on Ada-Java integration! /Ulf Eliasson