6

I want to develop an eclipse plugin. Which is the best way to start?

7 Answers 7

3

This tutorial is a good place to start. Then you might expand your knowledge by reading one of the more recent Eclipse RCP books, such as "Practical Eclipse RCP Projects". I personally started off with the tutorial about RCP that comes with the Eclipse SDK, so might want to check it out as well - it's basically a shorter version of the first tutorial I recommended you.

Sign up to request clarification or add additional context in comments.

Comments

2

I have found the book Eclipse Plugins to be a good starting point

Comments

2

Eclipse: Building Commercial-Quality Plug-ins (2nd Edition) is a good book.

2 Comments

Looks like the 4th edition is coming soon: amazon.com/Eclipse-Plug-ins-4th-Eric-Clayberg/dp/0321774159/…
But it looks like the 4th ed isn't due until February 25, 2012. The 3rd is available now.
2

Don't forget to use the Eclipse RCP package, specifically designed to build a rich client application.

RCP Icon

See this Eclipse packages comparison table.

Comments

2

alt text

Contributing to Eclipse should be a very good choice.

Comments

1

This tutorial is also a good start: http://www.eclipsepluginsite.com/index.html

Comments

0

Apart from the Eclipse PDE Documentation, I've found this pdf to be very useful in gaining better understanding regarding the plugin development.

Plugin Exercies (http://www.ccs.neu.edu/home/lieber/courses/csu670/f05/project/PluginExercises.pdf)

Solving these exercises will really help.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.