Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SSE core task scheduler startup problem in eclipse

Whenever I'm launching my eclipse IDE with my project workspace, there is one popup window showing some internal error with the task scheduler. I'm attaching the picture of that popup window here.

enter image description here

My project is all in java language and also uses spring boot in it.

The error says something like

An internal error occurred during: "SSE core task scheduler startup"

Sorry I'm not able to add a direct image for this as Stack overflow is not allowing me to do that.

like image 870
Patel Harsh Avatar asked Sep 13 '25 16:09

Patel Harsh


1 Answers

Maybe a missing or an outdated plugin. You should verify your ICU4J plugin version (menu: Help -> About Eclipse IDE -> Installation Details -> plugins). eclipse plugins

If "Eclipse Orbit" plugin version is older than "Unicode, Inc" version check for missing/outdated software site and add/update "Eclipse Orbit" https://download.eclipse.org/tools/orbit/downloads/2022-09.

Then check for new updates or install ICU4J.

icu4j installation

like image 72
EG-IT Avatar answered Sep 15 '25 07:09

EG-IT