我正在尝试使用安装在我的多米诺骨牌设计师中的POI4XPAGES。我正在尝试运行随POI4XPAGES安装附带的POI示例附带的xpages。我对excel电子表格的上传和处理部分特别感兴趣。但是,当我运行演示上传功能时,它会给出下面描述的错误。有谁知道这是关于什么的?
Error calling Java constructor
'biz.webgate.domino.poi.demodb.poweraction.WorkbookUpload ()'
(java.lang.reflect.InvocationTargetException).
Unresolved compilation problems: The type
org.apache.poi.ss.usermodel.Workbook can not be resolved. It is indirectly
referenced from required .class files The import
org.apache.poi.ss.usermodel.Workbook can not be resolved Workbook, HashMap
<String, String> from the type AbstractPOIPowerAction < Workbook> refers to
the missing type Workbook
Javascript code
new biz.webgate.domino.poi.demodb.poweraction.WorkbookUpload()
答案 0 :(得分:3)
运行Domino设计器时,您还需要在Designer运行时目录中使用已使用的Java库,而不仅仅是Domino服务器的插件。您似乎错过了this step
中描述的full documentation简而言之:
并重新启动Designer(确保在关闭后没有任何内容正在运行。有时Eclipse不会终止)