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,d59853e2dd116420 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-08-02 01:04:56 PST From: "Dr. Michael Paus" Newsgroups: comp.lang.ada Subject: Re: Help: Problem with JGnat Date: Fri, 02 Aug 2002 10:04:51 +0200 Organization: 1&1 Internet AG Message-ID: <3D4A3D23.6090905@ib-paus.com> References: <3d49f31b@oit.umass.edu> NNTP-Posting-Host: p508306d7.dip0.t-ipconnect.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.online.de 1028275495 11260 80.131.6.215 (2 Aug 2002 08:04:55 GMT) X-Complaints-To: abuse@online.de NNTP-Posting-Date: 2 Aug 2002 08:04:55 GMT User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!news-spur1.maxwell.syr.edu!news.maxwell.syr.edu!news-han1.dfn.de!news-stu1.dfn.de!news.belwue.de!news.uni-ulm.de!rz.uni-karlsruhe.de!schlund.de!news.online.de!not-for-mail Xref: archiver1.google.com comp.lang.ada:27602 Date: 2002-08-02T08:04:55+00:00 List-Id: Bin Chen wrote: > Hi, > > I used jgnat compile the following Ada program to Java bytecode, it was OK, > but when I ran the .class file, it always threw the following exception. > Could you give me any feedback? Which version of Java are you using? JGNAT does not work on recent Java distributions anymore unless there is a newer version than the one I have. (1.1p). See also the comment on http://www.gnuada.org/rpms313p.html about JGNAT. Michael