Apachepoi.jarを.dllに変換しようとしています。以下のスクリプトを使用して変換しました。しかし、私は多くの警告とエラーを受け取りますその後、無効なオプション-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を使用する正しい方法ですか。そうでない場合、これを行うための正しいスクリプトは何ですか。