diff options
author | Steve Price <steve@FreeBSD.org> | 1998-07-31 20:10:24 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1998-07-31 20:10:24 +0000 |
commit | 88e31c7d932dd0c64a0a36171d72c109db2a4ac9 (patch) | |
tree | 6fb9240577b8ade638a9c03f173d7b317ddfd155 /java/kaffe/pkg-descr | |
parent | 17cd465229fbf959ac3841b51ec6619f7ba2db81 (diff) |
Upgrade to version 1.0.b1.
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=12234
Diffstat (limited to 'java/kaffe/pkg-descr')
-rw-r--r-- | java/kaffe/pkg-descr | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/java/kaffe/pkg-descr b/java/kaffe/pkg-descr index 97eda9730758..b87254bd9682 100644 --- a/java/kaffe/pkg-descr +++ b/java/kaffe/pkg-descr @@ -4,12 +4,8 @@ ******************* This is Kaffe, a virtual machine design to execute Java bytecode. -This machine can be configured in two modes. In one mode it operates as -a pure bytecode interpreter (not unlike Javasoft's machine); in the second -mode if performs "just-in-time" code conversion from the abstract code to -the host machine's native code. This will ultimately allow execution of -Java code at the same speed as standard compiled code but while maintaining -the advantages and flexibility of code independence. +Kaffe comes with an own implementation of the Java standard classes, +including the Awt classes. Running Kaffe ============= @@ -17,7 +13,8 @@ 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/classes.zip + 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 |