Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to clear cache of Eclipse Indigo

Tags:

java

eclipse

I would like to know what is the standard way to clear the cache of Eclipse Indigo?

like image 964
Sam Avatar asked Feb 12 '12 15:02

Sam


People also ask

How do I clear the Java program cache?

In the Java Control Panel, under the General tab, click Settings under the Temporary Internet Files section. The Temporary Files Settings dialog box appears. Click Delete Files on the Temporary Files Settings dialog. The Delete Files and Applications dialog box appears.


1 Answers

you can use -clean parameter while starting eclipse like

C:\eclipse\eclipse.exe -vm "C:\Program Files\Java\jdk1.6.0_24\bin" -clean

like image 74
Mike Avatar answered Sep 16 '22 15:09

Mike