Re: Is there anyone here using JavaXPCOM for custom XPCOM component access and not embedding mozilla
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <WI6dnbg9aJDojEfZnZ2dnUVZ_sednZ2d__1178.98310204527$1155142545$gmane$org@mozilla.org> |
Martini wrote: > I just want to use JavaXPCOM to access custom written XPCOM components > that are completely standalone from mozilla What exactly do you mean by this? Are you embedding XULRunner in a Java app, or using XULRunner standalone? Currently, the only way to use Java in an XPCOM component is by wrapping it in Javascript and using LiveConnect to communicate between the two (see http://developer.mozilla.org/en/docs/Java_in_Firefox_Extensions). I am working on a solution that would allow Java XPCOM components (see https://bugzilla.mozilla.org/show_bug.cgi?id=299263), but that is not done yet. javier