Hi John,
Thanks for answering.
What I've done is embed a browser (through xulrunner) inside eclipse
and in a swing application as well, and develop a web app that it is
loaded at startup that interacts to the java application. What I'm
trying to do now, is to open firebug in order to test the web app
without having to open it in firefox and simulate all the interaction
with the java side.
I've found a blog about netbeans where they show a screenshot with
this, but they don't explain how they did it (
http://wiki.netbeans.org/EmbeddedBrowser
).
I've tryed this (
http://praveenmatanam.wordpress.com/2007/12/27/convert-firefox-extension-to-xulrunner/
) tutorial as well that workarroung the tabbrowser issue, but since my
app it's not a xul app, I don't have an application.ini file to enable
extensions.
Do you know what changes have to be made to the last tutorial in order
to make it work with xulrunner? any ideas will help!
Thanks,
Pablo.