From 70817e5648acc9f68b5e0b3bc7d971e5c8bb819a Mon Sep 17 00:00:00 2001 From: Fritz Windisch Date: Mon, 7 Aug 2023 17:16:34 +0200 Subject: [PATCH] Manually set java home --- scripts/run_linux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 7f628e4..0522a1d 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -31,7 +31,7 @@ fi #CMake patching python3 /builder/patch_cmake.py cmake/DownloadCEF.cmake python3 /builder/patch_cmake.py CMakeLists.txt -export JAVA_HOME="/usr/lib/jvm/java-8-openjdk-*" +export JAVA_HOME="/usr/lib/jvm/java-17-openjdk*" # Create and enter the `jcef_build` directory. # The `jcef_build` directory name is required by other JCEF tooling