"Setting an activity monitor" java.lang.NullPointerException in Eclipse 3.6

I keep getting

"Activity monitor activity." java.lang.NullPointerException

while working with Eclipse 3.6

Has anyone experienced something similar?

+7
source share
1 answer

Two solutions were proposed on

https://bugs.eclipse.org/bugs/show_bug.cgi?id=343688#c10

1: Disable Sync Automatically in the task list view menu.

enter image description here

2: close the "Task List" view so that it does not appear at startup, and in the "Settings"> "General"> "Start and Shutdown" section, disable the Mylyn Team UI user interface and Mylyn Tasks user interface

The first decision was reported as working.

+5
source

All Articles