diff options
author | steve <steve@FreeBSD.org> | 1998-08-01 04:10:24 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 1998-08-01 04:10:24 +0800 |
commit | c3d8fae654d3ef28de81a57039de9faec6c410d6 (patch) | |
tree | afa2884eef991892d20a5aa36a7802ca5c5cf18e /java/kaffe/pkg-descr | |
parent | 8e591cb4f9e6ad75fe6be920407341d83af12e2c (diff) | |
download | freebsd-ports-gnome-c3d8fae654d3ef28de81a57039de9faec6c410d6.tar.gz freebsd-ports-gnome-c3d8fae654d3ef28de81a57039de9faec6c410d6.tar.zst freebsd-ports-gnome-c3d8fae654d3ef28de81a57039de9faec6c410d6.zip |
Upgrade to version 1.0.b1.
Submitted by: maintainer
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 |