Conversion of jar to dll using ikvm

前端 未结 4 1626
醉梦人生
醉梦人生 2020-12-15 01:58

I am trying to convert a jar into dll in dotnet using IKVM but am getting this error Exception in thread \"main\" java.lang.ClassNotFoundException: \\Location of the jar\\..

4条回答
  •  星月不相逢
    2020-12-15 02:04

    Is it possible that you forgot reference all needed IKVM .Net dlls?

    IKVM.Runtime.dll IKVM.Reflection.dll IKVM.OpenJDK.*.dll

    I've got something similar with SmsLib .Net version

提交回复
热议问题