[2892] in java-interest

home help back first fref pref prev next nref lref last post

Re: [Q] How HotJava running applet?

daemon@ATHENA.MIT.EDU (Thomas Ball)
Thu Oct 19 16:41:04 1995

Date: Thu, 19 Oct 1995 11:53:01 -0700
From: Thomas.Ball@Eng.Sun.COM (Thomas Ball)
To: sosarian@nuri.net
Cc: java-interest@java.Eng.Sun.COM

>  Why is Hotjava.exe so small?

It calls dynamic linked libraries (DLLs), where the real work is done.  
There are DLLs for the java interpreter (javai.dll), the AWT (awt.gll),
and so on.

>  When running an applet in Hotjava, is it use API's in subdirectories in HotJava?

The paths where Java class files are looked up are either defined in your
CLASSPATH environment variable, or if one is not defined, in the default
classes directory.  The default classes directory is defined to be:
"<directory where the exe file was run>/../classes".

>  In Netscape 2.0b1j, there is no API classes in subdirectory.
>  But applet could run.
>  How can I understand these mechanism?

Ask Netscape -- I'm just a lowly Sun engineer.

Tom Ball
Java Products Group
-
Note to Sun employees: this is an EXTERNAL mailing list!
Info: send 'help' to java-interest-request@java.sun.com

home help back first fref pref prev next nref lref last post