Received: from SOUTH-STATION-ANNEX.MIT.EDU by po7.MIT.EDU (5.61/4.7) id AA23393; Thu, 14 Mar 96 15:24:30 EST
Received: from liquor.cabi.net by MIT.EDU with SMTP
	id AA01847; Thu, 14 Mar 96 15:23:43 EST
Received: by liquor.cabi.net (8.7.3/8.7.3) id KAA09636; Thu, 14 Mar 1996 10:01:47 -0500
Resent-Date: Thu, 14 Mar 1996 10:01:47 -0500
Date: Thu, 14 Mar 1996 08:56:14 -0600 (CST)
From: Dustin Sallings <dustin@spy.net>
To: John Brick Pace <jpace@mystech.com>
Cc: java-linux <java-linux@java.blackdown.org>
Subject: Re: New, Exciting Experiences!
In-Reply-To: <9603141438.AA03079@intel.tacsim.com>
Message-Id: <Pine.LNX.3.91.960314085150.11501A-100000@llama.spy.net>
Mime-Version: 1.0
Content-Type: TEXT/PLAIN; charset=US-ASCII
Resent-Message-Id: <"FJeJ12.0.gK2.lH3In"@liquor>
Resent-From: java-linux@java.blackdown.org
X-Mailing-List: <java-linux@java.blackdown.org> archive/latest/1377
X-Loop: java-linux@java.blackdown.org
Precedence: list
Resent-Sender: java-linux-request@java.blackdown.org

On Thu, 14 Mar 1996, John Brick Pace wrote:

> Doesn't this idea go against the Java paradigm?  In either case, whether I
> load the Applet over the net or from my own machine, I'm loading a set of
> byte-codes for my interpreter to run.  My understanding is that if the
> Applet contained classes that were NOT derived from the Java package of
> classes, that I would not be able to even  load this application over the
> net without the same extension package loaded on my own system.  Concensus?

	No, the idea is one source file for one program.  The program may
load other classes which you may or may not have downloaded.  For
instance, I wrote an applet that creates a popup window when you move the
cursor over the main application for the first time.  I did this using a
class PopUp I wrote.  If you got the main applet class, but not the PopUp
class, it wouldn't work.  (note that there is only one source for this
applet, but it creates two class files). 

> Java Console?  This is new to me.  Is this different from my xconsole? If
> so, can someone provide a pointer to additional information?

	Java console has nothing to do with xconsole.  Look under the 
options (?) menu on Netscape and start it up, it'll show you what's going 
on.

--
The Unix/UUCP/Usenet and anything else that starts with a 'U' guy.
pub  1024/3CAE01D5 1994/11/03 Dustin Sallings <dustin@spy.net>
     Key fingerprint =  87 02 57 08 02 D0 DA D6  C8 0F 3E 65 51 98 D8 BE 

