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



Apr 8, 2011, 3:39 PM
23 Posts

Re: How do I get a Notes Database to acknowledge the jars I have in WebContent/WEB-INF/lib?

  • Category: Custom JSF code (Eclipse IDE)
  • Platform: Windows
  • Release: 8.5.2
  • Role: Developer
  • Tags: jars WEB-INF java
  • Replies: 6
 
Here is an importPackage example: importPackage(java.io);
It works like the Java import statement;
 
 Once you have the jar files on your buildpath (which it sounds like you do) then you can also reference the objects specifically.
This code works in my server side JavaScript library too: var xl=new org.apache.poi.hssf.usermodel.HSSFWorkbook();
 
Apr 8, 2011, 3:38 PM
6 Posts
Re: How do I get a Notes Database to acknowledge the jars I have in WebContent/WEB-INF/lib...
 So it sounds like you are saying that they are there.
 
So why doesn't the IDE resolve them? I'd like to be able to use type ahead... Actually, the IDE DOES resolve the packages...just not the classes contained therein...
Apr 8, 2011, 3:56 PM
23 Posts
Re: How do I get a Notes Database to acknowledge the jars I have in WebContent/WEB-INF/lib...
 
 :-)  No answer for that one.  Sorry.

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