diff --git a/topics/reference_guide/embedded_browser_jcef.md b/topics/reference_guide/embedded_browser_jcef.md index 9400c1b0a..ab670b15c 100644 --- a/topics/reference_guide/embedded_browser_jcef.md +++ b/topics/reference_guide/embedded_browser_jcef.md @@ -37,34 +37,6 @@ See [JavaFX and JCEF in the IntelliJ Platform](https://blog.jetbrains.com/platfo > {style="warning"} -## Enabling JCEF - - - - -JCEF is available and enabled by default since 2020.2. -No additional actions are required. - - - - -Using JCEF requires using a dedicated JetBrains Runtime and enabling JCEF in the IDE Registry. - - - -1. Go to the [JetBrains Runtime releases list](https://github.com/JetBrains/JetBrainsRuntime/releases). -2. Download "Binaries for launching IntelliJ IDEA" matching your operating system, e.g., jbr_jcef-17.0.9-osx-x64-b1087.7.tar.gz for macOS. -3. Unpack the archive. -4. Follow the steps described in the [IDEA Web Help](https://www.jetbrains.com/help/idea/2020.2/switching-boot-jdk.html) and choose the downloaded JBR. -5. Invoke Help | Find Action..., type "Registry", and press enter to open the Registry dialog. -6. Enable the `ide.browser.jcef.enabled` flag. -7. Restart the IDE for changes to take effect. - - - - - - ## Using JCEF In a Plugin The core JCEF class exposed by IntelliJ Platform API is [`JBCefApp`](%gh-ic%/platform/ui.jcef/jcef/JBCefApp.java).