Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Unable to locate executable for jre1.8.0_77

Tags:

java

eclipse

Says on my eclipse "Unable to locate executable for jre1.8.0_77". It also deleted the JREs :( I tried to run my project and went into Windows and preferences to add it but I couldn't.

like image 840
Imani M. Jackson Avatar asked Apr 21 '16 01:04

Imani M. Jackson


1 Answers

  • Go to Windows > Preferences.
  • Locate Java > Installed JREs. (Or simply type JREs in the search box).
  • The screen will show the list of JREs.
  • Click on Add button, locate the new folder on your machine and select.
  • Remove the old JRE from the list.

Same Question has asked before and here's the Link - How to change default JRE for all Eclipse workspaces?

like image 194
Ravindu Shashika Ilangamge Avatar answered Sep 18 '22 20:09

Ravindu Shashika Ilangamge