summaryrefslogtreecommitdiff
path: root/lang/jgnat/pkg-message
blob: 54e0fe8ebf695d52137d55e01c86530b34fc00e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
-----------------------------------------------------------------------

In any session you wish to use jgnat, you MUST set the PATH and
CLASSPATH environment variables correctly.

For example, if your PREFIX is /usr/local (the default) and you are
using /bin/sh, you should:

--Do nothing to the PATH as /usr/local/bin is already in the path;

--Set your CLASSPATH as follows:

	$CLASSPATH=.:/usr/local/lib/gnat/jgnat.jar:$CLASSPATH
	$export CLASSPATH

-----------------------------------------------------------------------