How to fix InvalidModuleDescriptorException
How to fix InvalidModuleDescriptorException The exception java.lang.module.InvalidModuleDescriptorException is caused by an unnamed package not allowed in a module. Error Error occurred during initialization of boot layer java.lang.module.FindException: Error reading module: F:\eclipse-workspace\Sample\bin Caused by: java.lang.module.InvalidModuleDescriptorException: SampleClass.class found in top-level directory (unnamed package not allowed in module) Fixes Check the JDK version of the project. InvalidModuleDescriptorException […]