3

Please see this image for the error in the dock

Check the image, whenever I start Eclipse the logo gets that error after the software performs initial startup and deferred early start checks. Does anyone know how to fix this? I can't stand that error message.

Glorfindel
  • 21,988
  • 13
  • 81
  • 109
Sumanth
  • 41
  • 2
  • Makes running Eclipse with a fresh workspace ( `eclipse -data `) a difference (`...pace` might mean _workspace_)? – howlger Sep 14 '22 at 18:33
  • 1
    Just looks like a "badge app icon" notification rather than an error. Look in the Notifications & Focus in the System Preferences to see if it can be disabled. – greg-449 Sep 14 '22 at 18:42
  • 1
    I don't see an option to disable dock badges for eclipse, can someone help me find it if there is an option like that @greg-449 – Sumanth Sep 15 '22 at 03:06
  • I'm not seeing this on my macOS (12.6), not sure where it is coming from. – greg-449 Sep 15 '22 at 06:22

1 Answers1

8

In Eclipse, open Preferences and navigate to General → Workspace. Disable the "Show workspace name" option; this will remove it from the window title, as you would expect, but also from the Dock icon.

enter image description here

Glorfindel
  • 21,988
  • 13
  • 81
  • 109