JetBrains / jcef

A simple framework for embedding Chromium-based browsers into Java-based applications.
Other
227 stars 37 forks source link

build fail on windows 11 x64 #23

Open ARSOFT1 opened 4 months ago

ARSOFT1 commented 4 months ago

Describe the bug Build failed after running following command: cmd /c build.bat all x86_64

-- Extracting H:/jcef/third_party/cef/cef_binary_119.4.7+g55e15c8+chromium-119.0.6045.199_windows64_minimal.tar.bz2...
-- Using Python: C:/Python38
-- Found JNI: C:/Program Files/Eclipse Adoptium/jdk-17.0.10.7-hotspot/include (Required is at least version "1.7") found components: AWT JVM
-- Generating native/jcef_version.h file...
CMake Error at CMakeLists.txt:283 (message):
  Execution failed with unexpected result: Access is denied

-- Configuring incomplete, errors occurred!
*** BUILD FAILED
*** BUILD FAILED

To Reproduce Steps to reproduce the behavior: Clone repo and then run following command in jb\tools\windows cmd /c build.bat all x86_64

Version and environment: