the class is actually called Prog1 - with the second call it's probably
looking for a file of the class Prog1.class
in the classpath (probably something like Prog1/class.class)- which
would be the class 'class' in the package Prog1
I think there is a restriction on naming a class 'class'........