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

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -