From owner-freebsd-hackers Wed Mar 12 04:53:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA08616 for hackers-outgoing; Wed, 12 Mar 1997 04:53:34 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA08604 for ; Wed, 12 Mar 1997 04:53:26 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id CAA01131; Thu, 13 Mar 1997 02:55:29 +0800 (WST) Date: Thu, 13 Mar 1997 02:55:29 +0800 (WST) From: Adrian Chadd To: Joerg Wunsch cc: hackers@FreeBSD.ORG Subject: Re: Re : appletviewer support in the FreeBSD java support. In-Reply-To: <19970311173912.HU02224@uriah.heep.sax.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-hackers@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > No, no cmd line options, but those things you can pass to the applet > with the `param' tag inside an HTML document. You can get at it using > getParam() inside the applet (but i don't have the slightest clue how > it's actually implemented). I don't think I'm going to implement applet support - if someone wants to run a java class as an "applet" they just include the relevant classes .. I don't see any point in supporting it like I've done with the java classes support. Any more comments? Cya.. ADrian.