Re: Problem of running JavaXPCOM at Mac OS X
"Grant Gayed" <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.oji |
|---|---|
| Message-ID | <[email protected]> |
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) >