This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Sep 12, 2011, 7:02 AM
21 Posts

Using lotus.domino.Document in a XPage Library

  • Category: Other
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: Library Plugin
  • Replies: 1
Hi!
 
i want to use the "lotus.domino.Document" class in a xpage library (plugin).
But an error is displayed in the java editor:
 
 Access restriction: The type Document is not accessible due to restriction on required library C:\Program Files\IBM\Lotus\Notes\jvm\lib\ext\Notes.jar
 
 Which dependency must be defined in plugin.xml to use die class / package?
 Is there an overview available to see, which package is in which plugin?
 
Thanks Mario!
Sep 14, 2011, 10:25 AM
54 Posts
Re: Using lotus.domino.Document in a XPage Library
The "lotus.domino.Document" is an Interface class, not a "normal" Java class. You are not able to instantiate any Interface classes.

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal