From owner-freebsd-java Thu Jul 23 20:02:36 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA24963 for freebsd-java-outgoing; Thu, 23 Jul 1998 20:02:36 -0700 (PDT) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from oznet15.ozemail.com.au (oznet15.ozemail.com.au [203.2.192.121]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA24885 for ; Thu, 23 Jul 1998 20:02:15 -0700 (PDT) (envelope-from joe.shevland@horizonti.com) Received: from horizonti.com (cuftas.trump.net.au [203.34.101.12]) by oznet15.ozemail.com.au (8.9.0/8.6.12) with ESMTP id NAA02028 for ; Fri, 24 Jul 1998 13:01:33 +1000 (EST) Message-ID: <35B7F8A1.6978664E@horizonti.com> Date: Fri, 24 Jul 1998 12:59:46 +1000 From: Joe Organization: Horizon Technologies International X-Mailer: Mozilla 4.5b1 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-java@FreeBSD.ORG Subject: Re: applet Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I posted a messag recently about the getAppletContext() returning null... I didn't realize that overriding the Applet constructor causes this behaviour, so I moved some of my initialisation to where it should be (init()) and it works fine now after removing the constructor (someone posted a message recently regarding overriding the default AppletContext(); it seems this is where you'd do it :) I had some problems communicating back to a servlet over HTTPS... this works fine now but is unsupported by the applet viewer (1.1.5) it seems. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message