I installed JDK version 15 to my computer. I am just starting to use Eclipse with Java and none of my programs work. When I typed for exemple
public class RollingDice {
public static void main(String[] args) {
System.out.println("Sara Jafari")
}
}
and when I run it, it says:Error occurred during initialization of boot layer java.lang.module.FindException: Module SimpleJavaProgram not found
Please tell me what I should do to get my program working? Thank you,
Sara