From 422d2577d0de382f8bca4e964f9adae2bb115abd Mon Sep 17 00:00:00 2001 From: Fritz Windisch Date: Mon, 7 Aug 2023 17:11:40 +0200 Subject: [PATCH] Manually set java home --- scripts/run_linux.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/run_linux.sh b/scripts/run_linux.sh index 2a36ef0..7f628e4 100644 --- a/scripts/run_linux.sh +++ b/scripts/run_linux.sh @@ -31,6 +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-*" # Create and enter the `jcef_build` directory. # The `jcef_build` directory name is required by other JCEF tooling