MapDB ClassNotFoundException: kotlin.jvm.internal.Intrinsics

后端 未结 4 1425
无人共我
无人共我 2020-12-17 03:36

I am trying to run a simple mapdb example, but get the error:

    Exception in thread \"main\" java.lang.NoClassDefFoundError: kotlin/jvm/internal/Intrinsics         


        
4条回答
  •  天命终不由人
    2020-12-17 04:33

    It will fail because you do not have the necessary kotlin runtime jar in your classpath. You have to run some command to resolve this error. please refer this link for commands:-

    https://dzone.com/articles/exercises-in-kotlin-part-1-getting-started

提交回复
热议问题