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.
Asked
Active
Viewed 472 times
3
-
Makes running Eclipse with a fresh workspace ( `eclipse -data
`) a difference (`...pace` might mean _workspace_)? – howlger Sep 14 '22 at 18:33 -
1Just 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
-
1I 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 Answers
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.

Glorfindel
- 21,988
- 13
- 81
- 109
-
Thank you! That red splat looked terrible. Works in Eclipse 2023-03 too. – bpanulla Apr 07 '23 at 21:20