MapDB ClassNotFoundException: kotlin.jvm.internal.Intrinsics

后端 未结 4 1433
无人共我
无人共我 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:36

    Maybe run your class from maven, it will add all necessary dependencies.

    run main class of Maven project

提交回复
热议问题