How to combine cdt, pdt, dltk in eclipse on linux?

1.
Okay, this is probably a lame question, but I haven't found a good result on the internet.
I want to combine cdt, pdt, dltk in eclipse . I don't plan on coding java but lol.But because eclipse comes first as java IDE in 1st place, java capabilities are just a bonus for me.
Now what to download? Do you know a good guide for this?

2.eclipse vs netbeans
which one consumes less memory?
b.which one is faster / snappier?

Tnx

+2


source to share


1 answer


With eclipse3.5, use the p2 engine to load the relevant plugins and their dependencies.

P2 Menu

You can start by downloading the all-in-one configuration for the PDT and then use the update sites (for eclipse3.5) to:




As far as eclipse is concerned, it's fast enough if you use the right eclipse.ini : see SO post .

0


source







All Articles