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 X-Google-Attributes: gid103376,public From: Samuel Tardieu Subject: Re: mixing Java byte code created from Ada95 and Java byte code created from Java? Date: 1997/09/18 Message-ID: #1/1 X-Deja-AN: 273515702 Sender: tardieu@esmeralda.enst.fr References: <3.0.32.19970917193350.00955db0@iu.net> Mail-Copies-To: sam@ada.eu.org To: "Sam Harbaugh, Palm Bay, Florida" Organization: TELECOM Paris Newsgroups: comp.lang.ada Date: 1997-09-18T00:00:00+00:00 List-Id: >>>>> "Sam" == Sam Harbaugh, Palm Bay, Florida writes: Sam> 1) Does some brand(s) of Ada95 compiler know how to handle the Sam> withing of a library unit compiled by a Java compiler?" Yes, as long as you keep respecting Ada semantics, i.e. you need to have bindings with pragma Import that represent the classes written in Java. Sam> 2) "Does some brand(s) of Ada95 linker know how to link Java Sam> things created by an Ada95 compiler to Java things created by Sam> a Java compiler?" One of the features of the Java Virtual Machine is that it doesn't require a link phase. Classes are loaded (or downloaded if you are accessing a program via the network) when they are referenced, you don't have to compute the closure of your program a priori. Sam -- Samuel Tardieu -- sam@ada.eu.org