【发布时间】:2015-06-30 02:40:04
【问题描述】:
我使用 IKVM 将一些 java 代码转换为 .net 程序集。 当我运行该应用程序时,它会引发如下异常:
The type initializer for '1' threw an exception.
{"Method not found: 'System.Exception java.lang.Throwable.__<map>(System.Exception, System.Type, Boolean)'."}
我错过了什么?
【问题讨论】: