| Author |
Eclipse problem
|
Arjun Palanichamy
Ranch Hand
Joined: Jul 15, 2006
Posts: 51
|
|
Hi all... I have using Eclipse IDE ,long time.but few days back i was bulid the GWT in my eclipse.when this started time not working my eclipse.the getting error " The Selection does not Contain a main type" what is this problem.how to recaver it. Thanks to Advance. Arjun Palanichamy. chennai.
|
 |
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32611
|
|
Apart from your posting on the wrong forum . . . When you run an app from Eclipse (right-click->Run->Run as Java Application), the IDE looks for a main method, and in your case failed to find one. This is analogous to "Exception in thread "main" java.lang.NoSuchMethodError: main." Please check you have a main method with the correct heading.Then it ought to work.
|
 |
 |
|
|
subject: Eclipse problem
|
|
|