freebsd-ports/lang/jgnat/pkg-message
Kevin Lo b82428243b Update jgnat so it will continue to build with the new compiler which
has much stricter Ada 95 style checking.

PR: 34749
Submitted by: MAINTAINER
2002-02-09 08:20:42 +00:00

17 lines
537 B
Text

-----------------------------------------------------------------------
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
-----------------------------------------------------------------------