For which surprises do I have to prepare myself if I switch from Sun JDK to OpenJDK?

前端 未结 7 1745
长情又很酷
长情又很酷 2021-01-30 16:59

If I\'d switch from Sun JDK to OpenJDK which surprises do I have to prepare myself for?

What does frequently go wrong and how difficult can this be?

Of course, e

7条回答
  •  滥情空心
    2021-01-30 17:33

    OpenJDK (IcedTea) applets under linux are a MAJOR PAIN. I'm struggling with remote debugging a piece of rather rusty code for couple of hours already. Official documentation on how to attach to an applet in a browser simply does not work for me. There's no java console by default, BTW. I'm seriously considering replicating the applet config and using JDK built-in applet viewer instead of trying to debug the browser-hosted JVM.

    UPD: I am not quite sure that OpenJDK does not have a browser plugin itself. Maybe this changed recently.

提交回复
热议问题