summaryrefslogtreecommitdiff
path: root/lang/kaffe/MESSAGE
blob: 5aed4d6cf42505dd895dedb2e6bd5ea26fde7a2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE,v 1.2 2002/11/12 16:24:29 jschauma Exp $

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}/bin
	LD_LIBRARY_PATH=$LD_LIBRARY_PATH:${PREFIX}/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 construct a classpath from the Jar and
Zip files it finds in the standard places (the default would be to include
all files in ${PREFIX}/share/kaffe).

===========================================================================