PDA

View Full Version : Java plugin - Mozilla


kate
2006-05-08, 03:56
Hi,

I need to write a java plugin for Mozilla browser.

Can someone provide me information or tutorial links on how to write java plugin for Mozilla .

I searched , but could find how to write plugin for Mozilla . But I want a java plugin. How to write a Java plugin for Mozilla?

Thank you.

Brad
2006-05-08, 03:58
What exactly do you mean by that?

For the Mozilla application itself? Java should be supported "out of the box" without having to install a plugin.

kate
2006-05-08, 04:17
I have a java file. After installing the plugin, based on certain conditions my java code should run.

So, how to write a plugin so that my java code is executed.
The plugin should be developed for Mozilla browser(Firefox).

Brad
2006-05-08, 04:21
Do you mean you are writing an extension (https://addons.mozilla.org/firefox/extensions/)?

If so, perhaps this will be useful: Java Firefox Extension (http://simile.mit.edu/java-firefox-extension/)

 

kate
2006-05-08, 22:49
Thank you Brad.