Ad

Tuesday 26 January 2010

plugins not working in eclipse


Very often we will be adding the plugin to the eclipse,by manually copying plugins folder under the eclipse home folder.But the newly added plugin might not reflect in the eclipse.This is due to the fact that the configuration for the eclipse needs to be refreshed,when we make any changes to the plugins.The configuration can be refreshed by passing the argument while starting the eclipse like below.In the Command prompt go to the eclipse home folder and enter the below command to open the eclipse with the newly added plugin.

eclipse.exe -clean

No comments:

Post a Comment