summaryrefslogtreecommitdiff
path: root/java/kaffe/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/kaffe/pkg-descr')
-rw-r--r--java/kaffe/pkg-descr19
1 files changed, 6 insertions, 13 deletions
diff --git a/java/kaffe/pkg-descr b/java/kaffe/pkg-descr
index 5831c2381cb4..0562c70b7aa4 100644
--- a/java/kaffe/pkg-descr
+++ b/java/kaffe/pkg-descr
@@ -13,24 +13,17 @@ 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
- KAFFEHOME=/usr/local/share/kaffe
- LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
+ CLASSPATH=.:/usr/local/share/java/classes.zip:/usr/local/share/kaffe/biss.zip
+ KAFFEHOME=/usr/local/share/kaffe
+ LD_LIBRARY_PATH=/usr/lib:/usr/local/lib
A file "ENVIRONMENT" is generated by the configure program which contains
a /bin/sh environment setup. This may help you to figure out what to
set to what if you alter the standard installation point.
-The state of play
-=================
-Kaffe should run all non-graphical code which will run on a Java
-machine. However there are still bugs and plenty of untested native
-library functions. Some functions which are not currently implemented
-(most often because I don't understand exactly what they are suppose to
-do) will simply abort if called. If you can help out on any of these
-then please do *BUT* remember, this is a clean-room implementation (I
-have never seen any of Sun's Java source code) and I cannot simply
-encorporate Javasoft's* code.
+What's in there
+===============
+This package includes BISS-awt, an AWT-package
For further info see the file README that comes with the distribution.
----