java 8u31 plugin causes signed applets to load much slower

后端 未结 3 1273
鱼传尺愫
鱼传尺愫 2021-02-14 08:53

i have noticed that signed applets are loaded much slower with the latest plugin (included in java 8u31 and 7u75). I have debugged the situation quite a lot and i found out that

3条回答
  •  一个人的身影
    2021-02-14 09:28

    Have you tried your jnlp without versioning? In my experience Java jnlp is very buggy specially if you change the jnlp default values. Versioning support is disabled by support, so try it without versioning and see if it still slow?

    For me, I noticed some bugs when I used update="background" value, so I no longer change the default update method. My theory is that Oracle only tests jnlp against default values before they release new Java versions.

提交回复
热议问题