I saw on the official website that this problem had been solved in 7.12.2, but the 7.22 I used reported an error.
Although an error is reported, the program can still run.
EngineOptions engineOptions=EngineOptions.newBuilder(RenderingMode.HARDWARE_ACCELERATED)
.licenseKey(JXBROWSER_KEY)
.addScheme(Scheme.HTTPS,params -> {
//do something
return InterceptUrlRequestCallback.Response.proceed();
})
.build();
Has anyone ever encountered this problem