If you run eclipse and it shows a red cross on your project stating the errors as:
-java.lan.enum could not be resolved
-build path incomplete
then right click on project -> build path -> configure build path -> libraries ->add library
add JRE System library
Your project will start running.
-java.lan.enum could not be resolved
-build path incomplete
then right click on project -> build path -> configure build path -> libraries ->add library
add JRE System library
Your project will start running.
Comments
Post a Comment