1

对于一个看似有效的 URL,我得到了这个异常:

document = componentLoader.loadComponentFromURL(templateURL, "_blank", FrameSearchFlag.CREATE, new PropertyValue[0]);

被称为templateURL

file:///var/lib/tomcat6/webapps/convert/WEB-INF/template.odp

顺便说一句:相同的代码在 Windows 上运行良好。(当然会生成 diff URL)。

编辑:对于像这样的 URL:

private:factory/simpress

我犯了同样的错误。

4

1 回答 1

3

当您的系统中未安装相应的应用程序(Calc、Writer 等)时,您会收到此错误消息。

我最初尝试安装openoffice.org-headless不包含任何单个程序的(Debian)元包,只包含核心基础设施。

于 2011-09-12T21:12:14.330 回答