java - Eclipse can't find or load main class -


this question has answer here:

ahhhhhh! messing eclipse trying run c programs , after giving along way screwed of java projects.the error message states enter image description here

so, after alot of research , searching around, looked needed add classpath , project files build path, did enter image description here

please tell me didn't ruin of java projects. appreciated, thanks!

the .classpath , .project files neither jars nor class folders tab mentions (leave jre there, maybe change selected execution environment more correct one).

you need make sure src folder listed in source tab, , not project itself. otherwise actual .class file won't created , found java runtime.


Comments

Popular posts from this blog

android - net_scheduler holding wakelock -

sql - MySQL : Getting Entries from a many-to-many table -

java - Retrieving data from database using jsp (Hibernate + Spring + Maven) -