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?
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
It seems you have installed just eclipse-platform. For Java development you need to install:
|
|||
|
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. |
|||
|
|