diff options
author | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:20:13 +0000 |
---|---|---|
committer | zuntum <zuntum@pkgsrc.org> | 2001-11-01 00:20:13 +0000 |
commit | a437fd43cc3ece125446142af9ed27ef8c1e6621 (patch) | |
tree | 0862d71c7e976f8aa56175851882e33495f691e4 /lang/kaffe/DESCR | |
parent | d16ce86994df76c0a92af71f19eef6cc2507fe39 (diff) | |
download | pkgsrc-a437fd43cc3ece125446142af9ed27ef8c1e6621.tar.gz |
Move pkg/ files into package's toplevel directory
Diffstat (limited to 'lang/kaffe/DESCR')
-rw-r--r-- | lang/kaffe/DESCR | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lang/kaffe/DESCR b/lang/kaffe/DESCR new file mode 100644 index 00000000000..55a63a4a0b8 --- /dev/null +++ b/lang/kaffe/DESCR @@ -0,0 +1,22 @@ +This is the first release of "Kaffe OpenVM", a complete virtual machine +and class library set which allows the execution of Java code without any +code from Javasoft. It comes with a virtual machine and a set of class +libraries including beans, and the all important AWT graphics system. + +Running Kaffe +============= +Before running Kaffe it is necessary to configure the environment. +This requires the setting of PATH and LD_LIBRARY_PATH. +For the standard installation these would be defined as follows: + + PATH=$PATH:/${PREFIX}/kaffe/bin + LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/kaffe/lib + +Note that you don't have to setup the CLASSPATH - if you do then that's +fine, but if you don't Kaffe will cosntruct a classpath from the Jar and Zip +files it finds in the standard places (the default would be to include all +files in ${PREFIX}/kaffe/share/kaffe). + +The value ${PREFIX} above is whatever LOCALBASE is set to in the +environment, or in /etc/mk.conf, when the package was installed on +NetBSD. By default this is /usr/pkg. |