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
Asked
Active
Viewed 253 times
1 Answers
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

Guram Kankava
- 51
- 1
- 4