Using the ls commmand, I can clearly see both the .java file and the .class file of my main class created from compilation. However, when I try to run it, the Ubuntu terminal says that the class was not found. Here's a screenshot of my terminal
And here's a snippet of my main class
Any answers?