- Some time we get below error message "Unknown Jre Version of jre1.8.0_241" while running our test cases in selenium
- Best way to resolve this problem is to Go to Properties of the project.
- Select Java build path and Verify the presence of JRE library.
- Now you will see some kind of red cross symbol there as below.
- Now delete this Libraries and install JRE if not exist in your system or reload this library to your project again.
- Now restart the Eclipse and you will be able to run your code.
Note:- So the main reason for issue was, somehow your JRE got issues thus we just have to re- add the library again.
Hope it resolved your issue, if no please let us know.. will try to help..
Hope it resolved your issue, if no please let us know.. will try to help..
Post a Comment