"when I install IcedTea it refuses to run on 64 bit JVMs" - I take it you mean the applet won't work on a 64-bit JVM, whether that's the IcedTea-Web one or the proprietary one? I've seen that with a video-conferencing application too and sadly, there's not much that can be done if the applet writers are going to rely on 32-bit native libraries only.
Posted Oct 30, 2012 21:17 UTC (Tue) by man_ls (subscriber, #15091)
[Link]
Exactly, the applet refuses to run on a 64-bit JVM. I don't even know how it can be -- native libraries to sign a document?
I was missing one
Posted Oct 30, 2012 21:37 UTC (Tue) by dlang (✭ supporter ✭, #313)
[Link]
lots of commercial java applets include 32bit-only libraries. Those libraries aren't loaded by the 64 bit JVM, so the applet fails due to missing libraries.