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
so, after alot of research , searching around, looked needed add classpath , project files build path, did
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
Post a Comment