All my classes were working fine. Then I wanted to create main/resources to add logback.xml in main/resources in my project
main/resources
logback.xml
I
Since you're not using Maven, you shouldn't be creating the src/main/resources folder. Just put logback.xml in the src folder.
Also move your java files (with their entire package folder structure) back to src as they were before creating the main/resources.