Jar文件未打开(Apache POI)

时间:2018-07-11 15:23:56

标签: excel apache input jar apache-poi

所以我写了一些代码来重新格式化Excel电子表格,当我尝试导出可运行的JAR文件时,该文件无法打开。当我双击它时,什么也没有发生,当我尝试在命令提示符下打开它时,它说它无法访问该文件。导出JAR时,收到以下警告:

  

JAR导出完成并显示警告。查看其他详细信息   信息。导出并带有编译警告:   SpreadsheetManipulator2 / src / Main.java重复项:   org / apache / xmlbeans / xml / stream / Location.class重复条目:   org / apache / xmlbeans / xml / stream / Location.class重复条目:   org / apache / xmlbeans / xml / stream / ReferenceResolver.class重复   条目:org / apache / xmlbeans / xml / stream / ReferenceResolver.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLEvent.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLEvent.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLInputStream.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLInputStream.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLName.class
  重复条目:org / apache / xmlbeans / xml / stream / XMLName.class
  双重输入:   org / apache / xmlbeans / xml / stream / XMLStreamException.class重复   条目:org / apache / xmlbeans / xml / stream / XMLStreamException.class
  双重输入:   org / apache / xmlbeans / xml / stream / utils / NestedThrowable $ Util.class
  双重输入:   org / apache / xmlbeans / xml / stream / utils / NestedThrowable $ Util.class
  双重输入:   org / apache / xmlbeans / xml / stream / utils / NestedThrowable.class重复   条目:org / apache / xmlbeans / xml / stream / utils / NestedThrowable.class

任何人都知道这意味着什么,以及我将如何解决此问题?

0 个答案:

没有答案