我正在尝试将 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 的正确方法吗?如果不是,那么执行此操作的正确脚本是什么。