| Summary: | Launching Eclipse C++ IDE (CDT) results in Java IDE (JDT) [Co-installation problem] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Tools] CDT | Reporter: | Jeffrey Walton <noloader> | ||||
| Component: | cdt-core | Assignee: | Project Inbox <cdt-core-inbox> | ||||
| Status: | RESOLVED FIXED | QA Contact: | Doug Schaefer <cdtdoug> | ||||
| Severity: | normal | ||||||
| Priority: | P3 | CC: | malaperle | ||||
| Version: | 8.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | Windows XP | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
|
Description
Jeffrey Walton
Created attachment 185027 [details]
Java IDE from Eclipse C++ Launch
It looks like you are using the same workspace with both installations. When you open the same workspace with C/C++, it tries to open in the last perspective which is Java, but you don't have the Java plugins in this installation (notice the < > in <Java> perspective). Unless you really want to separate the two installations, I suggest that you use the Java package and install CDT from the Helios update site, in Help > Install new software, work with: Helios. Under Programming Languages, check C/C++ Dev tools. You could also do it the other way around, install the CDT package, then install JDT from Help, etc. > Unless you really want to separate the two installations, I suggest
> that you use the Java package and install CDT from the Helios
> update site, in Help > Install new software, work with: Helios. Under
> Programming Languages, check C/C++ Dev tools. You could also do it
> the other way around, install the CDT package, then install JDT
> from Help, etc.
Thanks Marc-Andre. Moving to a single .../eclipse/ and adding software was the trick.
I wondered how Fedora did it so gracefully. Trying to locate information on a topic with no known keywords is frustrating ("no known" due to my ignorance of the environment).
By the way, unpacking a C++ download and a Java download into the same directory has ill effects. I tried it because I did not know what I was looking for.
Jeff
|