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.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,59787a5bbeea9807 X-Google-Attributes: gid103376,public From: mg@harp.camb.inmet.com (Mitch Gart) Subject: Re: Ada-Java classes question Date: 1997/03/10 Message-ID: #1/1 X-Deja-AN: 224396940 Sender: news@inmet.camb.inmet.com (USENET news) X-Nntp-Posting-Host: harp.camb.inmet.com References: <331F0D55.43B6@fn3.freenet.scri.fsu.edu> Organization: Intermetrics, Inc. Newsgroups: comp.lang.ada Date: 1997-03-10T00:00:00+00:00 List-Id: Kendal Van Dyke (kendal@fn3.freenet.scri.fsu.edu) wrote: : I have noticed that when i create some applets with the Ada-Java : compiler that they won't always run on a machine that does not have the : compiler installed, or rather the classes readily available. What : classes do I have to set up in my directories on my server for the : applets to be able to run correctly when viewed by someone on any : computer with Web access at at least Netscape 2.0? : -- : *.........................................* : . |/ . : . |\ENDAL . : . WWW => http://www.cs.fsu.edu/~vandyke . : . EMail => vandyke@cs.fsu.edu . : . Pager => (904) 297-6658 . : . . : *.........................................* The classes needed to run your AdaJava applet in somebody's browser are: - classes you write - classes that come from the Ada-Java runtime system - classes that come predefined in Java Probably you have already put the first set of classes up on your Web site, and the third set probably comes predefined in your users' browsers (assuming your users use a browser whose Java version is compatible with yours) so probably it's some classes from the second category which are missing when a user tries to run your applet. See the file appletwriters.guide.txt for information on this. - Mitch - mg@inmet.com