1

我是 IKVM 的新手。我刚刚创建了带有 JXL 依赖 jar 的 java 项目来读取和写入 excel 文件。并使用 IKVMC 命令将此项目转换为 DLL 文件。

ikvmc { jxl.jar -out:jxl.dll } { Sample.jar -out:sample.dll }

Java 代码:

在此处输入图像描述

C#代码:

在此处输入图像描述

例外 :

在此处输入图像描述

例外 :

Exception thrown: 'System.TypeLoadException' in jxl.dll
An unhandled exception of type 'System.TypeLoadException' occurred in 
jxl.dllMethod 'thenComparing' in type 'ColumnInfoComparator' from assembly 
'jxl, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null' does not have 
an implementation.

你能帮我解决这个问题吗?如何使用 IKVM 在 c-sharp 中添加依赖 jar?

4

0 回答 0