Re: FinalizeParams failed when accessing custom component from Java
Marcus Better <[email protected]> Tue, 07 Aug 2007 16:49:22 +0200
| Newsgroups | gmane.comp.mozilla.devel.java |
|---|---|
| Message-ID | <f9a0pi$jsq$1__8171.06019608236$1186498191$gmane$org@sea.gmane.org> |
With a debug build of Xulrunner I could confirm that it was not managing to find my interfaces. Adding them to MozillaInterfaces.jar solved the problem, but I hope there is some cleaner solution than that! Marcus