KCEF icon indicating copy to clipboard operation
KCEF copied to clipboard

Kotlin implementation of jcefmaven with more modern setup and depending on JetBrains/jcef

Results 6 KCEF issues
Sort by recently updated
recently updated
newest added

Hi I'm tyring to use release tag [jbr-release-17.0.10b1207.14](https://github.com/JetBrains/JetBrainsRuntime/releases/tag/jbr-release-17.0.10b1207.14) but app is crashing on start can you please update KCEF to support cef 122.1.9 Its working fine on windows but crashing...

If I use jbr_jcef as the runtime, can I avoid re-downloading the runtime during startup? And if so, what steps should I take to ensure this?

When I use `rendering = CefRendering.OFFSCREEN` it is crashing `client.createBrowser(content, rendering = CefRendering.OFFSCREEN)` It try to load from `/IdeaProjects/testapp/natives/macosx-universal/gluegen_rt` but correct path is `/IdeaProjects/testapp/kcef-bundle/gluegen_rt` `kcef-bundle` is the install dir for...

I was just wondering if the TarGzExtractor is downloading only what is needed for JCEF to be started. It looks like its including most of the files from JetBrainsRuntime but...

Expected behavior: Initializing as per the example would download and initialize on Ubuntu (23.10) / OpenJDK 17: e.g. ``` KCEF.init(builder = { installDir(File("kcef-bundle")) progress { onDownloading { println("KCEF downloading: $it...

Some Windows users are getting the **restart required** message every time they open the app and the KCEF download doesn't start After some debug sessions we found that it works...