Performance of WebView in JavaFX

前端 未结 5 421
感情败类
感情败类 2020-12-02 11:30

I have a HTML5 UI and a Java backend and want to avoid rebuilding the HTML ui in plain java, so my idea was to run a local webserver and use a webview to render it in a \"na

5条回答
  •  眼角桃花
    2020-12-02 12:04

    JavaScript JIT is switched off in WebNode for Windows x64. That could be a reason of your problem.

提交回复
热议问题