Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse won't switch workspace

Tags:

eclipse

lombok

Whenever I switch workspace on eclipse, I get the error:

An internal error occurred during: "Initializing Java Tooling". Duplicate field name&signature in class file org/eclipse/jdt/internal/compiler/ast/ASTNode

If I restart Eclipse, it then loads the new workspace correctly. Any ideas how I go about fixing this?

I'm using Eclipse Kepler on Windows 7

like image 335
rbennett485 Avatar asked Feb 21 '14 10:02

rbennett485


People also ask

How do I switch between workspaces in Eclipse?

Simply click on File > Switch Workspace. Choose your desired workspace and then click Ok.

How do I fix Eclipse workspace?

From eclipse.org, select Projects > Eclipse Project > Platform > Core, and then look for the workspace restorer plug-in on the development resources page. Be sure to also enter a bug report in the Eclipse Bugzilla with any available log information to help prevent such disasters from happening to others!

Why Eclipse workspace is not opening?

What I have found out is that it is because of some views open in the workspace, and they somehow might block the Eclipse startup. For example the Processor Expert 'Component Repository' view can cause this in Eclipse Neon (4.6) or Oxygen (4.7).


2 Answers

Yup, whoops, lombok bug. Sorry. It's been fixed; the next lombok version (looks like that'll be 1.14) will no longer have this issue. Until then, the edge release can be used if this is really cramping your workspace-switchin' style :)

http://projectlombok.org/download-edge.html

like image 55
rzwitserloot Avatar answered Sep 22 '22 09:09

rzwitserloot


Install the latest version of projectlombok.

like image 21
rich Avatar answered Sep 22 '22 09:09

rich