Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to refresh update site in Eclipse

Currently if I change contents of Eclipse update site, I have to restart Eclipse to see new contents. Is there a way to make it without restart?

like image 442
Ilya Ivanov Avatar asked Oct 28 '12 11:10

Ilya Ivanov


People also ask

How do you refresh in Eclipse?

When a new file is created in Eclipse you might need to refresh the Eclipse project to see the new file. This refresh process can take place automatically. To set auto-refresh, go to window → preferences → general → workspace and check the "Refresh using native hooks or polling" check-box.

How do you refresh a project programmatically in Eclipse?

To refresh all projects in a workspace, simply enumerate all projects using ResourcesPlugin. getWorkspace(). getRoot(). getProjects() API and refresh each in turn.

What is Eclipse update site?

Eclipse Project builds are stored in p2 repositories that are produced as part of the Eclipse project build process. This page provides an overview of the different repositories maintained by the Eclipse project, and their corresponding location and retention policy. See also meaning of kinds of builds.


1 Answers

  1. Open Preference Page
  2. Select Install/Update > Available Software Sites.
  3. Choose your update site to refresh, then Press [Reload] Button.
like image 113
jeeeyul Avatar answered Sep 21 '22 01:09

jeeeyul