New>Generic problem in Eclipse Helios no other attributes
When I am trying to use eclipse Helios for plug-in development,I am not getting any attributes beside generic in any new RCL option. I have gone through net and found to download the source code but there is no way to append the same in Helios. 开发者_如何学运维Please suggest
You can install Eclipse RCP Plug-in Developer Resources via Eclipse update site
The shortest way to do it is:
- Download the helios version for RCP developers from the eclipse web site.
- Open target platform from the preferences menu.
- Click "add" to add a new target platform.
- "Nothing" is chosen for default target platform creation. Click next
- On the new window click on the locations tab.. Click add , on the pop up window click directory and browse the plugin directory of eclipse for RCP developers (This version of helios includes the necessary plugin sources inside) and click finish
- On the "implicit dependencies" tab show all the plugins added (choose all plugins) and then click finish and close the wizard window.
- Finally choose the new target platform configuration you have just created.
Now you can see all the new attributes beside generics (related to the plugin)
Download the SDK plugins from: http://download.eclipse.org/eclipse/updates/4.3/
精彩评论