1997-06-26 06:51:09 +00:00
|
|
|
*******************
|
|
|
|
* NB: The section about the settings of the environment variables
|
|
|
|
* has changed! - Xaa
|
|
|
|
*******************
|
|
|
|
|
1996-09-24 00:13:47 +00:00
|
|
|
This is Kaffe, a virtual machine design to execute Java bytecode.
|
1998-07-31 20:10:24 +00:00
|
|
|
Kaffe comes with an own implementation of the Java standard classes,
|
|
|
|
including the Awt classes.
|
1996-07-17 03:40:13 +00:00
|
|
|
|
1996-12-26 09:06:35 +00:00
|
|
|
Running Kaffe
|
|
|
|
=============
|
|
|
|
Before running Kaffe it is necessary to configure the environment.
|
|
|
|
This requires the setting of CLASSPATH, KAFFEHOME and LD_LIBRARY_PATH.
|
|
|
|
For the standard installation these would be defined as follows:
|
|
|
|
|
1998-07-31 20:10:24 +00:00
|
|
|
CLASSPATH=.:/usr/local/share/kaffe/Klasses.jar:\
|
|
|
|
/usr/local/share/kaffe/pizza.jar
|
1997-03-03 13:57:28 +00:00
|
|
|
KAFFEHOME=/usr/local/share/kaffe
|
|
|
|
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
|
1996-12-26 09:06:35 +00:00
|
|
|
|
1997-03-11 12:03:48 +00:00
|
|
|
You can run "sh /usr/local/share/kaffe/ENVIRONMENT" to have these set for
|
|
|
|
you.
|
1996-12-26 09:06:35 +00:00
|
|
|
|
1997-03-03 13:57:28 +00:00
|
|
|
What's in there
|
|
|
|
===============
|
1996-09-24 00:13:47 +00:00
|
|
|
|
1997-01-24 23:58:32 +00:00
|
|
|
For further info see the file README that comes with the distribution.
|
1996-07-17 03:40:13 +00:00
|
|
|
----
|
1996-09-24 00:13:47 +00:00
|
|
|
* Java and Javasoft are registered trademark of Sun Microsystems, Inc.
|