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,8fb91e7678170c63 X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2002-06-05 08:43:51 PST From: "Frenk" Newsgroups: comp.lang.ada References: <3cfca5ac$1@news.swissonline.ch> <3CFE25F5.22129E0E@NOSPAM.visteon.com> Subject: Re: ada->java bytecode compilation errors Date: Wed, 5 Jun 2002 17:40:28 +0200 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 NNTP-Posting-Host: 80.238.46.45 Message-ID: <3cfe310a@news.swissonline.ch> X-Trace: news.swissonline.ch 1023291658 80.238.46.45 (5 Jun 2002 17:40:58 +0200) X-Complaints-To: abuse@swissonline.ch Path: archiver1.google.com!news2.google.com!news1.google.com!newsfeed.stanford.edu!newsmi-us.news.garr.it!NewsITBone-GARR!area.cu.mi.it!news.mailgate.org!news-zh.switch.ch!news.swissonline.ch!not-for-mail Xref: archiver1.google.com comp.lang.ada:25366 Date: 2002-06-05T17:40:28+02:00 List-Id: yes, i understand thanks! Frenk "John Kern" wrote in message news:3CFE25F5.22129E0E@NOSPAM.visteon.com... > > > Frenk wrote: > > > > > > But i need it to be an applet. so i compile as an applet, i build and here i > > get the errors. > > > > What did you mean when you say "compile as an applet"? Does that mean > you changed the source code to include something like: > > with Java.Applet.Applet; > > ... > > type Typ is new Java.Applet.Applet.Typ with .... > > > Your program has to be changed such that it inherits a bunch of "applet > making stuff" from the Java-API before it knows how to behave in a > browser (or appletviewer.) > > You need to study the examples which are applets, (hello is not). > > Hope this helps.