1

我已经下载了这个名为 JODConverter 的库,该库已停产,https://code.google.com/p/jodconverter/我正在尝试将它包含在我在 Eclipse 中的 Java 项目中。我已经右键单击该项目并将所需的 jars 添加到构建路径中,并且我已经运行了一个独立的类来测试该库并且它工作正常。目前我正在尝试从我的项目中的这些 jar 中运行一些代码。我使用了一个用 ant 编写的自定义构建脚本,并且我正在尝试使用的类得到以下输出:

error: package org.artofsolving.jodconverter does not exist
    [javac] import org.artofsolving.jodconverter.OfficeDocumentConverter;

error: cannot find symbol
    [javac]          OfficeManager officeManager = new DefaultOfficeManagerConfiguration().setTaskExecutionTimeout(300000L).buildOfficeManager();

[javac]   symbol:   class OfficeManager
    [javac]   location: class XLSXConverter

 [javac] Note: Some input files use or override a deprecated API.
    [javac] Note: Recompile with -Xlint:deprecation for details.
    [javac] Note: Some input files use unchecked or unsafe operations.
    [javac] Note: Recompile with -Xlint:unchecked for details.
    [javac] 14 errors

我仍然是蚂蚁/包括罐子的初学者,如果这甚至是这里的问题,我不确定如何绕过弃用。任何帮助/建议将不胜感激

4

0 回答 0