POI4XPAGES出错

时间:2018-04-23 12:08:21

标签: excel apache-poi runtime-error xpages

我正在尝试使用安装在我的多米诺骨牌设计师中的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()

1 个答案:

答案 0 :(得分:3)

运行Domino设计器时,您还需要在Designer运行时目录中使用已使用的Java库,而不仅仅是Domino服务器的插件。您似乎错过了this step

中描述的full documentation

简而言之:

  • 创建一个新的eclipse更新站点
  • 将更新站点从ZIP文件导入eclipse更新站点
  • 将更新站点添加到服务器
  • 将更新网站作为窗口小部件添加到设计器客户端
  • 探索示例

并重新启动Designer(确保在关闭后没有任何内容正在运行。有时Eclipse不会终止)