Entered code when followed through tutorial.
public class HelloWorld {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("test");
}
}
This is the outcome of my code
Error occurred during initialization of boot layer
java.lang.module.FindException: Error reading module: C:\Users\me\Desktop\CIS129\Eclipse files\HelloWorld\bin
Caused by: java.lang.module.InvalidModuleDescriptorException: HelloWorld.class found in top-level directory (unnamed package not allowed in module)