blob: f7507b97939cf4bc507dc87205b8d83f74f50d87 (
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/share/java/classes/jgnat.jar:$CLASSPATH
$export CLASSPATH
-----------------------------------------------------------------------
|