Gregory Shimansky wrote: > Tim Ellison wrote: >> Strange behavior by the RI, though I fully agree with being compatible >> here -- tempting as it is to print out a rude message and just quit :-) > > No, the RI allows to run "public static void main" from a class that is > not public. It doesn't allow to run "static void main" from a public class.
oh, ok -- not as bad as I thought then. Regards, Tim
