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,280ffdf00642a87c X-Google-Attributes: gid103376,public From: Michael Stark Subject: Re: mixing Java byte code created from Ada95 and Java byte code created from Java? Date: 1997/09/20 Message-ID: <3424214D.41C6@cs.umd.edu>#1/1 X-Deja-AN: 274173619 References: <3.0.32.19970917193350.00955db0@iu.net> Organization: U of Maryland, Dept. of Computer Science, Coll. Pk., MD 20742 Newsgroups: comp.lang.ada Date: 1997-09-20T00:00:00+00:00 List-Id: Robert Dewar wrote: > > Sam says > > < > 1) Does some brand(s) of Ada95 compiler know how to handle the withing of a > library unit compiled by a Java compiler?" > > 2) "Does some brand(s) of Ada95 linker know how to link Java things created > by an Ada95 compiler to Java things created by a Java compiler?" > >> > > Certainly the GNAT-to-JAVA system will (present tense not appropriate > yet!) answer YES, to both questions. I would assume that the current > Intermetrics systems would also answer YES, but I will let someone > else clarify this. I've been using Intermetrics on the Sun, and the way you do this is to run their "java2ada" tool, which creates an ada package spec (w/ pragma Imports) from the byte code. You then use the "adareg" tool to let the AppletMagic compiler know that this code is available to code. At least, this sequence of steps works, if my reasoning is fuzzy Tuck will let us know! ;) Mike