java - develop eclipse plugin for existing desktop application -


i want develop eclipse plugin on top of existing desktop application. desktop application has been developed in java swing , want create eclipse plugin use existing desktop application use existing eclipse features refactoring etc.

so far, have found following resources,

i want start developing eclipse plugin not sure how start. start read vogella tutorial talking eclipse rcp not sure need or not? if can provide me direction , give me starting point, thankful.

an eclipse plug-in runs part of eclipse rcp. eclipse (very large) rcp can develop plug-in run part of eclipse, or can write own rcp scratch.


Comments

Popular posts from this blog

python - Subclassed QStyledItemDelegate ignores Stylesheet -

java - HttpClient 3.1 Connection pooling vs HttpClient 4.3.2 -

SQL: Divide the sum of values in one table with the count of rows in another -