Intellij JCEF classes and libraries

Answered

"In Intellij 2020.2 jcef is available and enabled by default." Is there a jar file or a library to import? The only instruction that I found included code like this: "JBCefBrowser myBrowser = new JBCefBrowser(myUrl); " but where is JBCefBrowser class? There are a few Maven dependencies but mostly do not work like this one: org.jetbrains.intellij.deps.jcef that says jar  cannot be found when added to the pom.

1
1 comment

It's bundled within the IJ SDK. The exact package location is:

import com.intellij.ui.jcef.JBCefBrowser

Make sure that you're targeting 2020.1+.

-1

Please sign in to leave a comment.