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,be23df8e7e275d73 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-23 10:04:17 PST Path: archiver1.google.com!newsfeed.google.com!sn-xit-03!supernews.com!cyclone2.usenetserver.com!usenetserver.com!newsfeed2.earthlink.net!newsfeed.earthlink.net!newsmaster1.prod.itd.earthlink.net!newsread1.prod.itd.earthlink.net.POSTED!not-for-mail Message-ID: <3B5C4A92.647FC2EC@earthlink.net> From: "Marc A. Criley" Organization: Quadrus Corporation X-Mailer: Mozilla 4.73 [en] (X11; U; Linux 2.2.14-5.0 i686) X-Accept-Language: en MIME-Version: 1.0 Newsgroups: comp.lang.ada Subject: Re: Java portability (was: An Ada IDE and discussions) References: <%cR67.1385$mz6.4505748@nnrp3.proxad.net> <9jgopl$5v6$1@s1.read.news.oleane.net> <9jh2cs$aon$1@s1.read.news.oleane.net> <2sU67.1485$di7.4670499@nnrp3.proxad.net> <9jhb8u$g3s$1@s1.read.news.oleane.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Date: Mon, 23 Jul 2001 16:55:27 GMT NNTP-Posting-Host: 63.178.185.99 X-Complaints-To: abuse@earthlink.net X-Trace: newsread1.prod.itd.earthlink.net 995907327 63.178.185.99 (Mon, 23 Jul 2001 09:55:27 PDT) NNTP-Posting-Date: Mon, 23 Jul 2001 09:55:27 PDT X-Received-Date: Mon, 23 Jul 2001 09:53:03 PDT (newsmaster1.prod.itd.earthlink.net) Xref: archiver1.google.com comp.lang.ada:10479 Date: 2001-07-23T16:55:27+00:00 List-Id: Jean-Pierre Rosen wrote: > > I don't think there is support for Gtk in Java either... > If you develop in Ada for the JVM, of course, you will use > AWT/Swing/Whatever-is-the-newest-toolkit-today. > > (and before you ask the question: of course, all Ada compilers on the JVM > are 100% interfaced with existing classes, and can use all Java classes). And I will vouch for this. I've been working with JGNAT quite a bit recently, using the Java class libraries, specifically Swing for the GUI. While I've certainly not used every single available class, every one that I have used has interoperated just fine. Marc A. Criley