From 31480fef11ebf91b3c60736473f1fe6d561a4219 Mon Sep 17 00:00:00 2001 From: Gergely Pilisi <gergely.pilisi@ericsson.com> Date: Thu, 24 Mar 2016 12:34:26 +0100 Subject: [PATCH] Corrected JDKDIR path Signed-off-by: Gergely Pilisi <gergely.pilisi@ericsson.com> --- Makefile.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.cfg b/Makefile.cfg index f4c5fb92b..017f92647 100644 --- a/Makefile.cfg +++ b/Makefile.cfg @@ -67,7 +67,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