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.2 required=5.0 tests=BAYES_00,INVALID_MSGID, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,42427d0d1bf647b1 X-Google-Attributes: gid103376,public From: crispen@hiwaay.net (Bob Crispen) Subject: Applet Magic works great, sort of Date: 1996/03/29 Message-ID: <4jhc5f$4tl@parlor.hiwaay.net>#1/1 X-Deja-AN: 144903270 references: <00001a73+00002c20@msn.com> <4jfrbi$ekh@news.pacifier.com> organization: http://hiwaay.net/~crispen/ reply-to: crispen@hiwaay.net newsgroups: comp.lang.ada Date: 1996-03-29T00:00:00+00:00 List-Id: I've got Applet Magic working with very few problems on a Windows 95 machine with LabTek Gnat 3.01. The only problems are: (a) java (v. 1.0) won't run newlife: % java newlife.test Can't find class newlife/test (b) Netscape 2.01 won't display any of the applets, but appletviewer will. Suspect this is a problem with running it locally without httpd running or some other silly. The errors are: (for bigcalc): java.lang.ClassCircularityError Applet LifeRect: exception: java.lang.NullPointerException Applet mancala: Game can't start: exception: interfaces.Java (c) You've got to compile things in a certain order (you sure get spoiled fast by gnat). I did it the brute-force way, by compiling everything until everything compiled OK. Since the Readme file is a couple of steps behind anyway, could we have a makefile? (ducking for cover, due to a recent discussion here). I'm reporting this here because: (a) I swear I couldn't find a "report bugs to" address in any of the documentation or on the webpage. (b) Applet Magic is a bloody miracle. To heck with the bugs, this is beta software and less than beta documentation. Way to go, Intermetrics! Bob Crispen crispen@hiwaay.net