http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49077
Jason Vas Dias <jason.vas.dias at gmail dot com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |UNCONFIRMED Resolution|WONTFIX | --- Comment #8 from Jason Vas Dias <jason.vas.dias at gmail dot com> 2011-05-20 18:47:00 UTC --- (In reply to comment #7) > this currently supports only IcedTea as the JDK. I'd like to see it > eventually > support gcj too, but it would need work on both sides for this to happen. > > OpenJDK itself (as provided by Oracle) doesn't have applet support, > hence the need for the IcedTea-Web project to provide a Free implementation. IMHO, also hence the need to maintain gappletbrowser + gcjwebplugin in the interim . Why must I install yet another whole subsystem just to get a java applet displaying in my browser with GCJ + libjava, when it used not to require one ? If gappletbrowser + gcjwebplugin is so thoroughly deprecated, then gcc's configure should refuse to accept the '--enable-browser-plugin' option, or, if it does accept it, something like the patch attached to this bug must be applied to enable the browser plugin to compile. > > BTW, regarding the subject, isn't xulrunner 2.0 firefox 4.0, not 3.6? Yes, I am building against firefox-4.0 / xulrunner-2.0 but the same problem will occur if user try to '--enable-browser-plugin' against firefox-3.6 SDK, because as Comment #2 shows, they removed the nsIPluginTagInfo2 interface in firefux-3.6 .