Recent Posts (Ercan S.)


Removing Old Eclipse Versions

In Eclipse-based IDEs, after performing an update, files from previous versions are retained. To remove these files, first delete the old versions from the Installation History. Then, retrieve the value of eclipse.p2.profile from the «installation_path»/configuration/config.ini file. Use this value in the following command: eclipse -application org.eclipse.equinox.p2.garbagecollector.application -profile <<profile>> Example usage: .\dbeaver.exe -application org.eclipse.equinox.p2.garbagecollector.application -profile DefaultProfile .\eclipse.exe -applica..

Showing 21 to 21 of 21 (3 Pages)