I just installed Eclipse IDE using Ubuntu Software Center and Synaptic, but in both cases it don't shows for example "Java Project" in the wizard (File > New), just shows General and CVS. How can I fix that?
Asked
Active
Viewed 626 times
2
-
Possible duplicate: how to install eclipse – ThiagoPonte Jan 04 '13 at 13:24
-
I had the same problem. I used Tato's solution: sudo eclipse -clean This worked fine. However, this opens eclipse as root. I think that simply running this in terminal: eclipse -clean would most likely do the trick. – star-labs May 07 '13 at 18:46
2 Answers
0
It seems you have installed just eclipse-platform. For Java development you need to install:
apt-get install eclipse-jdt

Willi
- 618
0
I run in a terminal sudo eclipse -clean with this I could see the other resources, then close eclipse and run again eclipse normally and let me see the other projects. Maybe this work for others.

Tato
- 1