Reputation: 15018
Noob alert: when I right-click on my eclipse project, the "Source" menu only shows "Format". On my co-workers' mahcines, the Source menu has about two dozen options. Specifically, I want to run Source-->Clean Up. How can I do this if it isn't showing in the menu?
Upvotes: 1
Views: 369
Reputation: 14548
You may want to compare the project facets of your workspace and your friends.
right click on your project -> choose properties -> project facets
Upvotes: 1
Reputation: 15018
Ah, sorry guys. In typical noob fashion, I'm also answering my own question. I figured out that I was right-clicking on my project in Navigator
instead of Package Explorer
. My bad.
Upvotes: 3