3

我正在尝试设置一个使用docsplit进行文档转换的服务器。我正在设置它的机器正在运行 centOS 5。当我尝试从命令行进行基本转换时,我收到此错误消息。

Exception in thread "main" java.lang.IllegalStateException: officeHome doesn't exist  or is not a directory:
    at org.artofsolving.jodconverter.office.DefaultOfficeManagerConfiguration.buildOfficeManager(DefaultOfficeManagerConfiguration.java:165)
    at org.artofsolving.jodconverter.cli.Convert.main(Convert.java:111)

我尝试在 java 中设置 office.home 系统属性,但这不起作用。由于我使用的是 docsplit,有什么方法可以手动告诉 jodconverter 办公室主目录是什么?

4

1 回答 1

0

做一个符号链接

[root@sakura opt]# pwd
/opt
[root@sakura opt]# ln -s /opt/libreoffice3.4 libreoffice
于 2011-12-24T08:03:59.557 回答