My Eclipse (Indigo) was running just fine. I created a simple class Hello. It is placed in package cont in the folder ch13. However
Hello
cont
ch13
You must have main function in your class. Like
public class MyDataBase { public static void main(String args[]) { } }