Skip to main content

All Questions

0 votes
0 answers
215 views

JCEF doesn't load page due to OAuth error

Please tell me, I decided to try the JCEF browser in my javafx program, I implemented a minimal example: CefAppBuilder builder = new CefAppBuilder(); builder.setInstallDir(new File("jcef-bundle&...
Dmitriy's user avatar
  • 465
0 votes
1 answer
1k views

jxbrowser - disable ssl/tls certificate check

I need to disable HTTP chertificate check in fxBrowser via JAVAfx, Now I'm calling it as AnchorPane = new AnchorPane(); BrowserView _nodevW; Browser _browser = Engine.newInstance( EngineOptions....
DDS's user avatar
  • 2,480
0 votes
1 answer
2k views

JCEF with JavaFX fatal error

I'm trying to make JCEF to work in a swingNode in a simple JavaFX Application public class MainApp extends Application { @Override public void start(Stage stage) throws Exception { ...
Aboud Zakaria's user avatar