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.
Please sign in to leave a comment.
It's bundled within the IJ SDK. The exact package location is:
Make sure that you're targeting 2020.1+.