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 autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,5e3fa264114b41e3 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-01-21 14:41:02 PST Path: archiver1.google.com!news1.google.com!sn-xit-02!supernews.com!newsfeed.direct.ca!look.ca!dispose.news.demon.net!news.demon.co.uk!demon!wildpalms.demon.co.uk!not-for-mail From: spam@wildpalms.demon.co.uk (David Kirk) Newsgroups: comp.lang.ada Subject: Re: Setting up a Java Callback to Ada Date: Mon, 21 Jan 2002 22:40:10 GMT Message-ID: <3c4c97db.1198542@news.demon.co.uk> References: <3C49BE2C.F114478D@earthlink.net> <2870b407.0201202208.23b3374f@posting.google.com> <3C4BB9B2.6080409@worldnet.att.net> <3C4BE5D0.5090308@mail.com> NNTP-Posting-Host: wildpalms.demon.co.uk X-NNTP-Posting-Host: wildpalms.demon.co.uk:212.229.114.142 X-Trace: news.demon.co.uk 1011652804 nnrp-12:12566 NO-IDENT wildpalms.demon.co.uk:212.229.114.142 X-Complaints-To: abuse@demon.net X-Newsreader: Forte Free Agent 1.11/32.235 Xref: archiver1.google.com comp.lang.ada:19156 Date: 2002-01-21T22:40:10+00:00 List-Id: On Mon, 21 Jan 2002 09:54:09 GMT, Hyman Rosen wrote: >Jim Rogers wrote: > >> Note that the JNI model of software development ALWAYS starts with Java. > > >That's not true. There's a way to start off in C (and therefore in Ada). > or any language. I occasionaly use Delphi to instantiate and control the jvm. From what I remember the datatypes are less important than the size of the data being passed, so anything can be used (well not VB as far as I know, but that doesn't count) I vaguely remember seeing an ada JNI binding somewhere on the net. Can't remember where and haven't tried it. Google came up with it when I was looking for something else. Hope it is some use