diff options
author | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-10-25 08:52:31 +0000 |
---|---|---|
committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1998-10-25 08:52:31 +0000 |
commit | 933e7d280b47ea0dfa0bf6db9d0f39e2fc55efc1 (patch) | |
tree | 62f7d7d0164d2daf67fb32a96c88edc90cf01b06 /java/kaffe/pkg-descr | |
parent | c15039154e294f5f83dcc9d9b6606683d6cc0269 (diff) |
Notes
Diffstat (limited to 'java/kaffe/pkg-descr')
-rw-r--r-- | java/kaffe/pkg-descr | 30 |
1 files changed, 6 insertions, 24 deletions
diff --git a/java/kaffe/pkg-descr b/java/kaffe/pkg-descr index b87254bd9682..4d6a4b072e23 100644 --- a/java/kaffe/pkg-descr +++ b/java/kaffe/pkg-descr @@ -1,29 +1,11 @@ -******************* -* NB: The section about the settings of the environment variables -* has changed! - Xaa -******************* +Kaffe is a virtual machine used to run Java bytecode. It includes +its own implementation of the Java standard classes, including the +Awt classes. -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. +Once you have installed Kaffe, make sure that you set the appropriate +environment variables by running "sh /usr/local/share/kaffe/ENVIRONMENT" -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: +http://www.kaffe.org - 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. |