Re: calling Java code from Firefox extension

"Grant Gayed" <[email protected]> Mon, 18 Jan 2010 10:03:14 -0500
Newsgroups gmane.comp.mozilla.devel.java
Message-ID <[email protected]>
Hi,

JavaXPCOM is used for making XPCOM calls from Java, so it's probably not
what you're looking for.  Some examples of using JavaXPCOM (in the context
of an app using SWT) are:

http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet306.java?view=co
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet323.java?view=co
http://dev.eclipse.org/viewcvs/index.cgi/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet329.java?view=co

Grant


"andrewarnier" <[email protected]> wrote in message
news:[email protected]...
> Hi all,
>
> I'm new to firefox extension. I want to calling Java code from within a
> Firefox extension,
>
> I can using liveconnect and xpconnect to do it ,
>
> I'm just want to know what's different about it and JAVAXPCOM.
>
> If I using javaxpcom , am I need to via JNI to complete ?
>
>
>
> Again, any help here would be seriously appreciated.  Even if it's
>
> just a little insight.
>
>
>
>
>