From 26d873cb039253adb7987fe00bdd8b1a536d4c7f Mon Sep 17 00:00:00 2001 From: Gergely Pilisi Date: Mon, 18 Apr 2016 09:17:47 +0200 Subject: [PATCH] Corrected JDKDIR path Signed-off-by: Gergely Pilisi --- Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.cfg b/Makefile.cfg index 9189bb43c..c27c9f09a 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -88,7 +88,7 @@ JNI := yes # Path of the Java Developement Kit installation # (must be at least version 1.5.0_10) -JDKDIR := /mnt/TTCN/Tools/jdk1.5.0_11 +JDKDIR := /usr/lib/jvm/default-java # Path of OpenSSL installation: (always required) OPENSSL_DIR := default -- GitLab