A simple framework for embedding Chromium-based browsers into Java-based applications.
Browse cluster: Cluster 194 →JCEF is a framework for embedding Chromium-based browsers into Java-based applications, maintained by JetBrains as a fork of the original java-cef project and distributed as part of JetBrainsRuntime. Built in Java and C++, it depends on the Chromium Embedded Framework (CEF), Apache Ant, CMake, Visual Studio, and various third-party libraries including Thrift for RPC functionality, Boost, JOGL for OpenGL bindings, and JUnit for testing. The repository includes build support for Windows, Linux, and macOS across multiple architectures, along with optional out-of-process CEF server functionality accessible through Thrift-based RPC interfaces.