Многократные проверки, происходящие с Eclipse Neon, даже если он отключен

У меня серьезная проблема с Eclipse Neon, и при каждом сохранении/щелкании файла/создания файлов отображается проверка. Ссылаясь на различные блоги, ниже приведены настройки, сделанные мной при проверке. Но все же у меня такая же проблема. Пожалуйста, подскажите, верна ли эта установка.

1) Set up done in Windows-> Preferences -> Validations
    a) Set the checkbox for 'Allow projects to override these preference settings'
    b) Set the check box for 'Suspend all validators'
    c) Rest all the check boxes are unset especially DTD validator, XML Schema Validator and XML Validator are individually deselected.
2) Build Automatically was deselected and verified, but the same situation occured. For the current set up I have enabled it again.

person Roja    schedule 22.03.2017    source источник


Ответы (1)


Я выполнил следующие шаги и решил эту проблему,

1) Taken help from this link: [https://github.com/nokia/RED/issues/31][1]
2) Followed this link, [http://stackoverflow.com/questions/15333825/an-error-has-occured-please-see-log-file-eclipse-juno][1]
3) Deleted *.snap files in Java Workspace->.metadata->.plugins
4) Out of Memory Issue in Eclipse:
   a) Followed this link : [https://www.youtube.com/watch?v=WYtH5yJRz5s @[email protected]][1]
   b) Heap size provided: -Xms512m -Xmx1152m -XX:MaxPermSize=256m -XX:MaxNewSize=256m
   c) Deleted duplicate JRE files(older version)
   d) After Set Up, Restart the system.
person Roja    schedule 29.03.2017