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.1 required=5.0 tests=BAYES_05,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,280ffdf00642a87c,start X-Google-Attributes: gid103376,public From: "Sam Harbaugh, Palm Bay, Florida" Subject: mixing Java byte code created from Ada95 and Java byte code created from Java? Date: 1997/09/17 Message-ID: <3.0.32.19970917193350.00955db0@iu.net>#1/1 X-Deja-AN: 273402627 Sender: Ada programming language Comments: cc: sam.harbaugh@lmco.com X-Sender: harbaugh@iu.net Newsgroups: comp.lang.ada Date: 1997-09-17T00:00:00+00:00 List-Id: Is it possible to put compiled Java classes created by a Java compiler from Java source code into the Ada95 library and then "with" them when compiling an Ada unit and then link them together to get a valid executable file? I think that what I'm asking is 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?" Thanks. sam harbaugh p.s. I think that no Ada95 compilation system handles this but that it is theoretically possible.