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 X-Google-Thread: 103376,af2e7a78c5c6e7c4 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-03-08 11:21:36 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!newsfeeds.belnet.be!news.belnet.be!newsfeed00.sul.t-online.de!t-online.de!blackbush.xlink.net!blackbush.de.kpnqwest.net!rz.uni-karlsruhe.de!schlund.de!news.online.de!not-for-mail From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Ada -> Java by Java disassemlers? Date: Fri, 08 Mar 2002 20:21:30 +0100 Organization: =?iso-8859-1?Q?Ingenieurb=FCro?= Dr. Paus Message-ID: <3C890F3A.52E1936E@ib-paus.com> References: <3C88D896.9090509@dornier.eads.net> NNTP-Posting-Host: p50830219.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Trace: news.online.de 1015615291 18174 80.131.2.25 (8 Mar 2002 19:21:31 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 8 Mar 2002 19:21:31 GMT X-Mailer: Mozilla 4.78 [de] (Win98; U) X-Accept-Language: de Xref: archiver1.google.com comp.lang.ada:20950 Date: 2002-03-08T19:21:31+00:00 List-Id: Joachim Schr�er wrote: > > You mention an Ada95 -> Java compiler. Has anyone tried to disassamble > .class files compiled by an Ada95 to bytecode compiler like JGnat. > There are some disassemblers that convert .class files to .java files. Yes, I did but I failed. I took a class file produced by AdaMagic and tried to decompile it. It worked for a trivial hello world example but after I added a little bit more code the decompiler failed. It seems that the Ada compiler produced some legal bytecode which the decompiler could not translate into some legal piece of Java. I finally gave up on this issue. Just for curiosity. For what kind of project do you need an Ada to Java compiler? Michael