-
Notifications
You must be signed in to change notification settings - Fork 137
Troubleshooting Eclipse
Endi S. Dewata edited this page Oct 31, 2022
·
1 revision
If Eclipse keeps crashing on start, try removing the ~/.eclipse
folder and restart Eclipse. It’s not necessary to remove the workspace folder.
If it’s still not working, try removing all Java packages (including JDK) then reinstall Eclipse.
The following error message may appear after upgrading Java:
The container 'JRE System Library [...]' references non existing library '...'
To fix the problem, try restarting Eclipse.
If the problem persists, try the following steps:
-
Right-click on the project and open Properties.
-
Select Java Build Path → Libraries.
-
Select JRE System Library.
-
Click Remove.
-
Click Add Library….
-
Select JRE System Library.
-
Select Workspace default JRE.
-
Click Finish.
-
Click Apply and Close.
Tip
|
To find a page in the Wiki, enter the keywords in search field, press Enter, then click Wikis. |