All Questions
2 questions
0
votes
1
answer
481
views
JBCefBrowser how to handle JS events in Java code
I'm using JBCefBrowser for build my application (IntelliJ plugin). I need to handle button or link click in Java code (not JavaScript). Could someone give an advice how to do this?
Thank you!
1
vote
0
answers
463
views
Java CEF IntelliJ plugin support UnsatisfiedLinkError on init (Linux)
I am working on Java Chromium Embedded Framework https://bitbucket.org/chromiumembedded/java-cef/src/master/. I aim to embed the browser into IntelliJ IDEA plugins for Windows and Linux.
I build ...