isSupported()) { // use JCEF } else { // optional fallback to an alternative browser-less solution } JCEF can be unsupported when: The IDE is started with an alternative JDK that does not include JCEF. Its version is not compatible with the running IDE. Browser JCEF browser is ...
JCEF is built on top of CEF. This is a well-known C++ framework that has bindings for other programming languages too. The most notorious one would beCefSharp. JxBrowser uses a proprietary in-house solution for Chromium integration. It is not based on CEF. The same integration layer is al...