Reputation: 842
I have created an extension library component but my XPages Extension Library is working on my local Notes Browser. If I run my XPage in notes itself it works fine.
When I run it in the browser I get the following error is thrown:
Cannot find the library com.example.blank.library, required by the application /ForLearnCopy.nsf.
What does this mean, and how can I solve it? Thanks!
Upvotes: 4
Views: 449
Reputation: 10485
You have to install your plugin like a server plugin.
Have a look here: Running XPages Extension Library on local machine
Hope this helps Sven
Upvotes: 4
Reputation: 20394
Ramakumar, check the documentation of the extension library. It shows nicely what you have to do to get a plugin working everywhere. There are 3 places:
Hope that helps
Upvotes: 3