Re: Controlling Running Mozilla App
Javier Pedemonte <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <avSdncQA5O_jnlfYnZ2dnUVZ_sfinZ2d__33728.2901200981$1170867370$gmane$org@mozilla.org> |
Josh Zeidner wrote: > I would like to control an existing Firefox window from a Java app > running on Kubuntu Edgy. I need to intercept Mozilla events like > clicking on links etc. Since you want to control an already running Firefox instance, then your only choice is to create an extension that allows communication with your Java app. There are many ways to go about this, but if you decide to use Java in the Firefox extension, you'll have to use Liveconnect for now (http://developer.mozilla.org/en/docs/Java_in_Firefox_Extensions). javier pedemonte