Mani Kasi
Mani Kasi

Reputation: 240

Eclipse Mars: How to Stop Updating Error Reporting Database

I was using Eclise Mars version IDE.. Every Time I Start Eclipse,then

"Updating Error Reporting Database"

will come and hanging Eclipse.Please give me a solution for this problem..

Upvotes: 16

Views: 13586

Answers (2)

Ankit Kumar
Ankit Kumar

Reputation: 231

This problem occurs generally while working behind a proxy. You can disable it from the following :

Window -> Preferences -> General -> Error Reporting

there select the Never Send option

Eclipse Mars Error Reporting Window

In addition to this in Mars go to : Window -> Preferences -> General -> Startup and Shutdown

there uncheck the Eclipse Automated Error Reporting checkbox

Eclipse Mars Startup and Shutdown options window

Upvotes: 18

Deepa Dhanalakota
Deepa Dhanalakota

Reputation: 307

Go into PReferences-> Startup and Shutdown -> Uncheck Eclipse Automated Error Reporting

Upvotes: 14

Related Questions