【发布时间】:2012-11-19 11:39:25
【问题描述】:
我正在尝试将 Apache poi .jar 转换为 .dll 。我使用下面的脚本进行转换。但是,在那之后我收到了很多警告和错误 Invalid option -resource:poi-3.8-20120326.dll。这是我使用的脚本。
ikvmc -target:library poi-ooxml-schemas-3.8-20120326.jar
ikvmc -target:library poi-3.8-20120326.jar
ikvmc -target:library -resource:poi-3.8-20120326.dll poi-scratchpad-3.8-20120326.jar
ikvmc -target:library -resource:poi-3.8-20120326.dll poi-ooxml-schemas-3.8-20120326.dll poi-scratchpad-3.8-20120326.dll poi-ooxml-3.8-20120326.jar
ikvmc -target:library -resource:poi-3.8-20120326.dll poi-ooxml-3.8-20120326.dll poi-excelant-3.8-20120326.jar
这是使用 IKVM.Net 的正确方法吗?如果不是,那么执行此操作的正确脚本是什么。
【问题讨论】:
-
请看我对类似问题的回答:stackoverflow.com/a/14207641/595274
标签: java .net dll apache-poi ikvm