Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

eclipse plugin development

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

like image 327
java_geek Avatar asked Apr 24 '10 07:04

java_geek


2 Answers

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.

like image 68
Bozhidar Batsov Avatar answered Oct 03 '22 10:10

Bozhidar Batsov


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

like image 22
Christopher Barber Avatar answered Oct 03 '22 10:10

Christopher Barber