I am facing a problem while starting my Eclipse on ubuntu. I am getting following message when I try to start eclipse using terminal.
"Job found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.core.internal.events.NotificationManager$Notify Job"
Eclipse version : Eclipse Kepler
OS : Ubuntu 12.04LTS 32 bit
I tried
./eclipse -clean
./eclipse -clean -refresh
rm -r ~/.eclipse
I also deleted .lock file from .metadata folder.
But had no success. Any help is appreciated.