Re: extension thuderbird
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <LsmdnYZqXuKLsBXZnZ2dnUVZ_s6dnZ2d__49855.0462922596$1149776529$gmane$org@mozilla.org> |
sam bk wrote: > ... but i fear that this will work only for a user that have a > virtual machine java. Well, yes, if you want your extension to run Java code, the user will need to have a JVM installed. That's how Java works. :-) > So should i develop a JAVAXPCOM, and is javaxpcom > ready for use with thuderbird? JavaXPCOM doesn't yet support building extensions in Java. I am working on a Java component loader (https://bugzilla.mozilla.org/show_bug.cgi?id=299263) which would allow this, but I haven't finished it yet. The other option is to use Liveconnect from a JavaScript extension, as documented here: http://developer.mozilla.org/en/docs/Java_in_Firefox_Extensions. javier