class - Multiple classes in Eclipse but can only run up to 3 -


just started eclipse sdk , trying create simple hello world examples. have created total of 4 classes in 1 project in eclipse, can run first three. how run/debug classes beyond first 3 or there limit number of classes can run program?

keep in mind can run classes main method.

the method signature needs exactly

 public static void main(string[] argv) 

Comments

Popular posts from this blog

Prolog - Listing -

orchardcms - change base url in local copy in Orchard CMS -

linear regression - Trying to get confidence/prediction intervals with `predict.lm` in R, but I keep getting an error regarding my dichotomous variable -