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.oji |
|---|---|
| Message-ID | <[email protected]> |
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