How to run subclass files w/o a main method?



"java Subclass" showed a "NoSuchMethodError" in thread "main" Of
course I have a "public class Subclass extends Class {" statement in my
Subclass.java file. I can compile Subclass and SubSubclass java files.


Just don't know how to run these class files w/o a main method.

TIA,
Jeffrey

.



Relevant Pages