Eclipse RCP periodic workspace save -


i developing rcp application in eclipse 4.2.

i getting error of "periodic workspace has encountered problem". question how disable periodic workspace save in rcp application.

thanks!

you can't disable it, can set interval large.

iworkspacedescription description = resourcesplugin.getworkspace().getdescription();  description.setsnapshotinterval(interval in milliseconds);  resourcesplugin.getworkspace().setdescription(description); 

you should investigate why getting problems doing save.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -