Tagged Questions
2
votes
3answers
503 views
Any IcedTea war stories?
Okay, my first serious question. :-D
I'm playing around with OpenJDK (7, not 6), and am about to start trying to build IcedTea on my Ubuntu system. I'm keen to hear from those who have played with ...
0
votes
0answers
104 views
Linux/OpenJDK/IcedTea : debugging browser-hosted applet
Did anyone ever pull that trick off?
I am trying to do something like
$ ICEDTEAPLUGIN_DEBUG=true; firefox
but nothing listens on port 8787. The docs say this should work for me.
Please don't ...
0
votes
0answers
56 views
ClassLoader wont load classes from applet jar
I am looking for help with OpenJDK and IcedTea plugin for firefox. I have an applet that works fine with Oracle Java and their browser plugins, but when it comes to OpenJDK and IcedTea plugin this ...