如何构建清单中其他jar文件的类路径

时间:2014-03-31 22:24:44

标签: java excel apache-poi manifest

我目前正在尝试使用Apache POI从java读取和写入excel(xlsx而不是xls)。问题是我不仅需要poi-ooxml罐子,还需要依赖品。如何创建一个类路径来将所有这些链接在一起?

我目前使用的包括:

  • POI-OOXML-3.10
  • POI-OOXML-架构 - 3.10
  • dom4j- 1.6.1
  • 的xmlbeans-2.3.0
  • STAX-API-1.0.1

我也将它们写入poi-ooxml清单中,还是创建一个全新的?对不起,我是一个新手。

这是poi-ooxml-3.10清单,仅供参考(如果需要)

Manifest-Version: 1.0
Ant-Version: Apache Ant 1.8.2
Created-By: 1.7.0_51-b13 (Oracle Corporation)
Built-By: yegor
Specification-Title: Apache POI
Specification-Version: 3.10-FINAL
Specification-Vendor: The Apache Software Foundation
Implementation-Title: Apache POI
Implementation-Version: 3.10-FINAL
Implementation-Vendor-Id: org.apache.poi
Implementation-Vendor: The Apache Software Foundation

1 个答案:

答案 0 :(得分:0)

我认为在MANIFEST.MF中,您可以添加一个名为“Class-Path”的属性

Class-Path: MyUtils.jar MyCommon.jar

它应该与空格分开