Re: Problem of running JavaXPCOM at Mac OS X
"Grant Gayed" <[email protected]> Tue, 10 Jul 2007 15:58:55 -0400
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <TtidnQIRmehieQ7bnZ2dnUVZ_gidnZ2d__40650.5067753189$1184097622$gmane$org@mozilla.org> |
This does work, but there are additional requirements on OSX. See http://www.eclipse.org/swt/faq.php#howusemozilla (note that I just updated this entry, so take a look even if you've seen it before). Grant "Carfield Yim" <[email protected]> wrote in message news:[email protected]... > Have anyone try to use XULRunner at Mac OS X?? I run my SWT > application using JavaXPCOM work ok at WinXP but have following > problem Mac OS X, anyone know why?? > > Exception in thread "main" org.eclipse.swt.SWTError: XPCOM error > -2147467259 > at org.eclipse.swt.browser.Mozilla.error(Mozilla.java:1296) > at org.eclipse.swt.browser.Mozilla.create(Mozilla.java:922) > at org.eclipse.swt.browser.Browser.<init>(Browser.java:109) > at MainScreen.main(MainScreen.java:31) >