summaryrefslogtreecommitdiff
path: root/java/kaffe/pkg-descr
diff options
context:
space:
mode:
authorThomas Gellekum <tg@FreeBSD.org>1997-03-03 13:57:28 +0000
committerThomas Gellekum <tg@FreeBSD.org>1997-03-03 13:57:28 +0000
commit1b7821e1ad457d6595c0503b1c11f2f314f709db (patch)
tree9c42257a58626ac677a5e8ebf69972db27dc70fd /java/kaffe/pkg-descr
parentUse xfed sources from ftp.demon.co.uk. I tried this server with (diff)
Upgrade to 0.8.1. Closes PR #2836.
Submitted by: Mark Huizer <xaa@stack.nl> Install ENVIRONMENT with correct CLASSPATH. Closes PR #2620.
Notes
Notes: svn path=/head/; revision=5816
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.
----