Are JAR files in WebContent/WEB-INF/lib available to Java design elements in Domino Designer?

后端 未结 2 1041
闹比i
闹比i 2020-12-11 07:03

When using Domino Designer 8.5.3, I have a bunch of custom classes added using the Java design element. I want to use a 3rd party JAR in my custom classes in the same way yo

相关标签:
2条回答
  • 2020-12-11 08:03

    They are after you do:

    Project -> Properties -> Java Build Path -> Libraries -> Add JARS...

    update:

    Frantisek Kossuth tells us about a nice shortcut in his comment:

    in Package Explorer view (Java perspective, or add this view to XPages/Domino Designer perspective), simply right click JAR file and use "Build Path/Add to Build Path" menu

    0 讨论(0)
  • 2020-12-11 08:03

    I had a similar problem (Accessing methods from imported jars in managed beans). It seems you need to import them in your machine/server's file system.

    0 讨论(0)
提交回复
热议问题