Justin Woods
Justin Woods

Reputation: 119

What is the difference between Eclipse for Java and RCP?

Do I have to download and install them separately? Or just the RCP package? Kinda confused.

Upvotes: 0

Views: 434

Answers (1)

Leonardo Cruz
Leonardo Cruz

Reputation: 1189

The Eclipse RCP includes Eclipse for Java plus all tools needed to create eclipse plugins and Rich Client or Rich Ajax Applications (RCP+RAP). With RCP you can use eclipse as a base platform for your applications.

Upvotes: 2

Related Questions