I am running a program that I can compile. but when I try to run it I get the NoClassDefFoundError: "myclass"
The class that it compiles does show up in the same directory that I run my compiler in but I still get the error.
What should I try to do?


