Re: FinalizeParams failed when accessing custom component from Java

Marcus Better <[email protected]> Tue, 07 Aug 2007 15:49:48 +0200
Newsgroups gmane.comp.mozilla.devel.oji
Message-ID <[email protected]>
Michal Ceresna wrote:
> Did you export the java interface the PDE-plugin? This was a problem in
> my app. The java interface of my JS component was
> private in a PDE-plugin and then javaxpcom could not load it.

You are right, I did not export it! But now I did (by adding
org.mozilla.interfaces to the "Exported Packages" list on the "Runtime" tab
in the plugin.xml editor), and the error remains. My MANIFEST.MF now has a
line

  Export-Package: org.mozilla.interfaces

Is there anything else that needs to be done?

Regards,

Marcus