eclipse "selection does not contain main type" - but it does contain a main
800790Jul 28 2008 — edited Jul 28 2008Hi!
I'm having a strange thing happen to me when using the eclipse IDE in a macintosh envirnment.
I imported a project, complete with package, and all of my classes. and when I try to run my main class, it tells me "selection does not contain main type".
Which is entirely untrue, the class I am trying to run contains a public static void main(), does anyone know what's going on here?