Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

embedded XULRunner 24: AddonManager not initialized

59 views
Skip to first unread message

Christian Sell

unread,
Feb 20, 2014, 6:23:31 AM2/20/14
to
Hello,

after getting components to register successfully in our Java embedded XULRunner, I am now dealing with plugins/addons. In particular, we need plugins for PDF.

First thing I did was to copy the related executables (DLLs to the plugins directory, EXEs to the xulrunner base directory). My initial tests show that our PDF plugin (Foxit Reader) works as expected, but flash pages fail to load.

Also, when invoking the about:plugins page, I get an empty page and see the following line in the console output:

[JavaScript Error: "NS_ERROR_NOT_INITIALIZED: AddonManager is not initialized" {file: "resource://gre/modules/AddonManager.jsm" line: 1784}]

Can anyone explain the details of how to register plugins into an embedded XULRunner instance? What about the AddonManager thing?

thanks,
Christian
0 new messages