Wednesday, December 03, 2008

Bugs

Platform: Eclipse IDE for JAVA
Error : "Editor does not contain a main type" in spite of main being there
Fix : The java file containing your main() is probably not in a src folder. Move it to a source folder and this will hopefully help! :)

No comments: