I am using Eclipse Juno for RCP RAP developer. I have created a Plug-in Project with a single view and it runs normally. But whenever I tried to add a new view into that workbench, the window dosent update. Also if I change the id of the current view, it also not working. And if I delete the current view, it also showing it. As a whole, the view part is not updating of the application. Anybody knows any answer ?
Share
Your changes doesn’t get applied correctly.
You have to add
-clearPersistedStateas a program argument for your application or set theClearflag in the Main tab of your Run configuration.Take a look here for further information and a more detailed description.