Shine Tom wrote:Thanks for the update. Alos one more doubt, what about in the case of eclipse plugins ? do they need a main method??
No. Which a quick Google search would have told you.
Also, libraries don't need a main().
Also, any of these projects that don't need a main() could still have one, or several, for
testing purposes, or if they're capable of being run in more than one context. This is somewhat unusual, but not unheard of.