Mar 31 2010
Eclipse Error Fixed
Just a quick fix I found for an eclipse error.
The error message I got was “Problems occurred while trying to save the state of the workbench.” and it appeared when eclipse was closing or periodically saving.
The fix is simply create a directory in your workbench directory. My workbench is in /var/www so I used.
mkdir /var/www/.metadata/.plugins/org.eclipse.core.resources/.projects/RemoteSystemsTempFiles/
Restart eclipse and no more error messages!