rbennett485
rbennett485

Reputation: 2163

Eclipse won't switch workspace

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

Upvotes: 7

Views: 1807

Answers (3)

rzwitserloot
rzwitserloot

Reputation: 102813

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

Upvotes: 3

Malkierian
Malkierian

Reputation: 189

I had the same issue. After updating Gradle and anything else that I had installed in Eclipse, it still wouldn't work. For me it actually wouldn't be fixed by restarting Eclipse, as far as I could tell. I managed to fix it by downloading the latest release of Eclipse and extracting it over my current installation. Don't know if that'll work for you or not.

Upvotes: 1

rich
rich

Reputation: 19405

Install the latest version of projectlombok.

Upvotes: 1

Related Questions