Tagged Questions
0
votes
0answers
146 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 ...