I have a working Java program that I have moved from the default package into another defined package. It seems that the compiler cannot find the main class now, I am not sure how to proceed from here.
When using packages do I need to somehow set the class path so that the main method can be found? I have read up on some tutorials on packages but none seem to be point me in the right direction.