开发者

Running Eclipse JDT from sources

I want 开发者_Python百科to run Eclipse Java Development Tools form source code, but I'm stuck after checking out codes from eclipse repositories.

I've checked out all plugins from org.eclipse.jdt and imported them into my workspace, but after this I'm stuck.

There is lot of errors so obviously there are dependencides missing, but I don't know what else is needed to import/install in order to make this work.

I've read tutorial by Lars Vogella about working with Eclipse source codes, but it only covers examination of codes. http://www.vogella.de/articles/EclipseCodeAccess/article.html


The Eclipse Classic Edition has the source-code of JDT and PDE integrated. After downloading and starting Eclipse Classic you can open the View "Plug-ins", select the JDT Plugins and select "Import as..." -> "Source Project" via Context-Menu


Following up our discussion, you should make sure that the versions of the plug-ins you check out from the source repository are consistent with those installed on your Eclipse. You can check out the source code of your installed plug-ins by going to the plug-ins view, right-click on the JDT plug-ins and choose Import As -> Project from a Repository... and select Import specific versions below.


A simple way is to - File > Import - Plug-ins and fragments - On the next screen under 'Import as' select 'Projects from repository' - On next screen, use filter as 'org.eclipse.jdt' and import all the matching plugins.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜