All Questions
3 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&...
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....
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 {
...