Re: Opening a XUL app with JavaXPCOM
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <[email protected]> |
[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