• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Editor does not contain main type

 
Ranch Hand
Posts: 147
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I finally load the entire dir and subdir onto eclipse IDE. However, got an error as "Editor does not contain main type"
I have searched the Internet and follow their instruction but still could not run.
Please help.


Bhagat Singh Rawat wrote:
1-Go to File->Import->General->File System, Click Next button
2- Navigate to your parent directory-check the directory check box and click finish button
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This error means that Eclipse could not detect a "main" method in any of your Java classes. Eclipse is complaining about this because if you ask it to run the project, it will not know which class to start with.
 
reply
    Bookmark Topic Watch Topic
  • New Topic