From c4b72bf18ec9b3ea274d201a2b566109e6540674 Mon Sep 17 00:00:00 2001 From: jestin Date: Mon, 30 Dec 2002 13:16:55 +0000 Subject: RTPATH compatible with j2sdk1.3 . It is a bit awkward, since the compilation will work only with j2sdk... I should get rid of jikes for the building of packages. --- src/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Makefile b/src/Makefile index 6634419..1f5d2d8 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,5 +1,6 @@ # Be sure to set this before compiling ... -RTPATH = /usr/local/j2sdk1.4.1/jre/lib/rt.jar +RTPATH = /usr/lib/j2re1.3/lib/rt.jar +# RTPATH = /usr/local/j2sdk1.4.1/jre/lib/rt.jar JIKESPATH = ${RTPATH}:/usr/share/java/gnu.getopt.jar:/usr/share/java/repository JAVACOPTS = -d . -deprecation .SUFFIXES: .java .class -- cgit v1.1