embedded_browser_jcef.md: JavaFX plugin deprecation

This commit is contained in:
Yann Cébron 2025-03-17 11:09:23 +01:00
parent b44a18ce00
commit d26dc2f12f

View File

@ -31,9 +31,12 @@ JCEF replaces JavaFX, which was used to render web content in IDEs in the past.
Using JavaFX in 3rd party plugins has been deprecated since 2020.2. Using JavaFX in 3rd party plugins has been deprecated since 2020.2.
To continue using JavaFX in 2020.2 or later, add an explicit [dependency](plugin_dependencies.md) on [JavaFX Runtime for Plugins](https://plugins.jetbrains.com/plugin/14250-javafx-runtime-for-plugins) (not recommended). To continue using JavaFX in 2020.2 or later, add an explicit [dependency](plugin_dependencies.md) on [JavaFX Runtime for Plugins](https://plugins.jetbrains.com/plugin/14250-javafx-runtime-for-plugins) (not recommended).
See [JavaFX and JCEF in the IntelliJ Platform](https://blog.jetbrains.com/platform/2020/07/javafx-and-jcef-in-the-intellij-platform/) blog post for the details. See [JavaFX and JCEF in the IntelliJ Platform](https://blog.jetbrains.com/platform/2020/07/javafx-and-jcef-in-the-intellij-platform/) blog post for the details.
> This plugin is no longer available starting with 2025.1, see this [announcement](https://platform.jetbrains.com/t/javafx-runtime-for-plugins-is-deprecated-in-2025-1/944).
>
{style="warning"}
## Enabling JCEF ## Enabling JCEF
<tabs> <tabs>