Re: Whole plug-in in Java?
Brett Zamir <[email protected]> Sat, 13 Dec 2008 03:38:45 +0800
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <4942BDC5.9050402__39182.0699711845$1229110747$gmane$org@yahoo.com> |
Brett Zamir wrote: > But secondly, Firefox itself is built to work across all operating > systems (at least in most cases), so there's really no reason you'd > need to do that. Let me correct myself... When I say there's really no reason, I didn't mean there wouldn't be some cases you'd want to use Java (I used it in two extension sof mine to harness the Saxon library), but just that you probably wouldn't need to use it for the sake of working across operating systems, and in fact, using Java will cause your extension to be dependent on the user having Java installed, which is not always the case... Brett