Re: Opening a XUL app with JavaXPCOM
Michal Ceresna <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <200704241105.28875.michal.ceresna__27916.1494611346$1177405880$gmane$org@gmail.com> |
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