[EMAIL PROTECTED] wrote: > I am trying to run a simple XUL application through Java, using > JavaXPCOM.
I don't think you can do this. If you wish to run a XUL app, then you need to run it by invoking XULRunner directly. Using JavaXPCOM only allows you to embed XULRunner in Java, basically as a rendering engine. If I understand XUL correctly, then you could load a XUL page in the embedded browser, but I don't think this would be the same as running a XUL app with XULRunner. Of course, I'm not an expert on XUL apps, so I could be wrong about this... javier _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
