I’m working at a huge php project, it have many js, and I want to know how to clear the internal web browser cache, because when I’m debugging it, the internal web browser loads a cached version of js files. I didn’t try rebuild the entire project because is big.
Share
This is also not an exact answer to the question but some thing relevant to it.
Still now I don’t find a simple option (I use Eclipse Indigo) on the “Windows–Preference–General–Web Browser” to clear the internal browser Cache !! – It shows that most of the users are not using the eclipse internal browser.
To clean away the accumulated URL you can remove the entry “value” internalWebBrowserHistory from the file located in
I can see a plugin called Advanced Browser on eclipse market-place.. – But not sure it gives any cache clearing facility – it just talks about multiple tab – Need to try this.