Re: Opening a XUL app with JavaXPCOM
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <[email protected]> |
On Tuesday 03 April 2007, Javier Pedemonte wrote: > I am trying to run a simple XUL application through Java, using > JavaXPCOM. Kind of possible, but you have to apply some patches sitting in bugzilla. (https://bugzilla.mozilla.org/show_bug.cgi?id=343039) What you need, is to expose the XRE_main method in javaxpcom. And then call it in the main() method of your java program. best regards, Michal