TO run java class, the main function must be there.Add following method to your classpublic static void main (Sting args[]) {// code to be executed when this class runs}