0

I'am studding Kotlin, so i created a file with main method with simple println method call in it, and pressed run as Kotlin app and got exception Error: Could not find or load main class learn.varabls.VariablsKt Caused by: java.lang.ClassNotFoundException: learn.varabls.VariablsKt Error: Could not find or load main class Kt Caused by: java.lang.ClassNotFoundException: Kt

Guram Kankava
  • 51
  • 1
  • 4

1 Answers1

0

it was fixed by changing JDK version of the project from 11 to 8 in eclipse

link if you need help on how to change JDK version

Setting JDK in Eclipse

Guram Kankava
  • 51
  • 1
  • 4