My eclipse project shows up but with a red exclamation mark and an error saying:
- Build path specifies execution envoirnment JRE-1.1. There are no compatible JREs installed in the workspace
- Unbound classpath container : 'JRE System Library [JRE -1.1]' in project Automation
I checked if all the libraries are present or not as mentioned in the error, and tried to import the missing jar into project but when I clicked on JRE System Library [JRE -1.1] to import it. its showing
"An error has occurred. See error log for more details. java.lang.NullPointerException"
Can somebody help me out with this?