I am doing a project for school and everything was working fine until this morning. When i opened my code and attempted to run it via the command prompt it kept saying- Error: could not find or load main class bag.test.java My source code is here on github: https://github.com/Knightbomb8/CS-2400-Project1 To run the code I first compile the code inside the bag folder running: javac*.java I then back out of the bag folder so I am in the project folder. I then attempt to run the code doing java bag.test.java and am then met with the error. However, when I use vsCode to run my code I do not meet any issues. Does anyone know how to resolve this issue I am having as I am perplexed. Thank you
Doing some more testing, any file I try to run on my computer is giving me this error. So it seems it is not this project specific.