Thursday, April 25, 2024
 Popular · Latest · Hot · Upcoming
1
rated 0 times [  1] [ 0]  / answers: 1 / hits: 8246  / 3 Years ago, tue, june 15, 2021, 6:08:30

I'm a Java developer who wants to start with C/C++ now. I have an Eclipse JDT installation, and today added the CDT feature plugin from inside Eclipse (Help->Install new software..-> and so on)



I restarted Eclipse, but I cannot see the C/C++ perspective and cannot create anything else than Java project. Googled on it, but found nothing special. Then I opened a terminal and did a sudo apt-get install eclipse-cdt. Started Eclipse again but nothing changed. I know there are downloadable Eclipse CDT packs, but I would not like to use them.



What should I do?



Using: Eclipse Galileo on Ubuntu 11.04


More From » 11.04

 Answers
2

The apt package will definitely not install CDT to your existing eclipse "install" unless you used apt originally. Even then it still might not (not sure if it's supposed to).



Also, make sure that when you run eclipse you do



whereis eclipse


to make sure the path is pointing to the new eclipse-cdt version.



I usually do:



sudo updatedb
locate eclipse

[#44926] Wednesday, June 16, 2021, 3 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
rmiend

Total Points: 292
Total Questions: 101
Total Answers: 111

Location: Azerbaijan
Member since Tue, Aug 9, 2022
2 Years ago
rmiend questions
Tue, Jan 18, 22, 23:52, 2 Years ago
Sat, Sep 17, 22, 15:44, 2 Years ago
;