blob: b87254bd96827502beee197111e93bd7509b2696 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
*******************
* NB: The section about the settings of the environment variables
* has changed! - Xaa
*******************
This is Kaffe, a virtual machine design to execute Java bytecode.
Kaffe comes with an own implementation of the Java standard classes,
including the Awt classes.
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:
CLASSPATH=.:/usr/local/share/kaffe/Klasses.jar:\
/usr/local/share/kaffe/pizza.jar
KAFFEHOME=/usr/local/share/kaffe
LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
You can run "sh /usr/local/share/kaffe/ENVIRONMENT" to have these set for
you.
What's in there
===============
For further info see the file README that comes with the distribution.
----
* Java and Javasoft are registered trademark of Sun Microsystems, Inc.
|