Charlie Victor
Charlie Victor

Reputation: 115

Eclipse does not start anymore?

I have used Eclipse in Mac OSX Lion for months. Today when I start Eclipse, it does not start anymore. I tried to open it from the terminal and get this error: ***WARNING: Display must be created on main thread due to Cocoa restrictions.

I tried adding -clean -XstartOnFirstThread but the problem persist. This is weird because it worked fine last night.

Upvotes: 1

Views: 213

Answers (1)

CBass
CBass

Reputation: 993

I suspect that there is an Eclipse process already (still) running (Eclipse didn't shut down correctly last night). Did you check in the Activity Monitor. If there is a process running, kill it. If not, I would restart your machine before checking anything else.

Upvotes: 3

Related Questions