Your best bet would be to embed Gecko / XulRunner with JavaXPCom (see here ... http://developer.mozilla.org/en/docs/JavaXPCOM:Embedding_Mozilla_in_a_Java_Application_using_JavaXPCOM)
This will give you 90% of firefox, which is basically all the core Mozilla parts like the layout engine, network engine etc etc. The last 10% is a mixture of a few specific firefox things (bits which stop firefox running on xulrunner), and the gui / menus etc of firefox. alex wrote: > I am a newbie here. > > What am I trying to do? > > I want to embed Firefox in Compendium. > > Compendium is a knowlege management application. It runs on Java. > > > Links: > Compendium > http://www.compendiuminstitute.org/ > This question put to the Compendium community. > http://tech.groups.yahoo.com/group/compendiuminstitute/message/1445 > _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
