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,323168097ac7c466 X-Google-Attributes: gid103376,public From: stt@houdini.camb.inmet.com (Tucker Taft) Subject: Re: How do I comm. between Ada & a Java MMI? Date: 1998/02/04 Message-ID: #1/1 X-Deja-AN: 322009315 Sender: news@inmet.camb.inmet.com (USENET news) References: <886597373.579665937@dejanews.com> X-Nntp-Posting-Host: houdini.camb.inmet.com Organization: Intermetrics, Inc. Newsgroups: comp.lang.ada Date: 1998-02-04T00:00:00+00:00 List-Id: jesper.andersson@saab.se wrote: : I have the following problem: : I want to communicate between an Ada95 system and a Java GUI. Take a look at "http://www.appletmagic.com". This describes an Ada95 -> Java byte code compiler, which gives you full interoperability between Ada95 and Java code. The alternative is to use the Java Native Interface (JNI) which is based on a relatively simple C interface allowing interaction between C and Java. Ada 95 provides a standard way to call C interfaces, via pragma Import. : I can't find any reliable, commersial bindings between these languages. : Does anyone know of a solution? See above. : -------------------==== Posted via Deja News ====----------------------- : http://www.dejanews.com/ Search, Read, Post to Usenet -- -Tucker Taft stt@inmet.com http://www.inmet.com/~stt/ Intermetrics, Inc. Burlington, MA USA