From 4d30f6adaa7379fcb53c5b987a1206ce652a70ba Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 4 Dec 2006 22:44:31 +0000 Subject: [PATCH] Added test JAVA changes. --- src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common b/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common index ba7589c61..07b4b7471 100644 --- a/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common +++ b/src/makeBaseExt/top/configure/os/CONFIG_SITE.Common.Common @@ -4,3 +4,9 @@ # Site Specific Configuration Information # Only the local epics system manager should modify this file +# java jdk definitions +#CLASSPATH += -classpath .:..:$(INSTALL_JAVA):$(JAVA_DIR)/bin/../classes:$(JAVA_DIR)/bin/../lib/classes.zip +#JAVACCMD = $(subst \,/,$(JAVA_DIR)/bin/javac$(EXE) $(CLASSPATH) $(JAVAC_FLAGS) ) +#JAVAHCMD = $(subst \,/,$(JAVA_DIR)/bin/javah$(EXE) -jni $(CLASSPATH) $(JAVAH_FLAGS)) +#JARCMD = $(subst \,/,$(JAVA_DIR)/bin/jar$(EXE) $(JAR_OPTIONS) $(MANIFEST) $(JAR) $(JAR_INPUT)) +