Answer the question
In order to leave comments, you need to log in
Idea/Kotlin reflection problem?
When running even a primitive hello world:
package hello
fun main(args : Array<String>) {
println("Hello, world!")
}
Exception in thread "main" java.lang.ClassNotFoundException:
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:190)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:113)
Answer the question
In order to leave comments, you need to log in
I tried to reproduce your error and it worked in 2 cases:
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question