Exception occurred while saving project preferences [message #876682] |
Fri, 25 May 2012 01:14  |
Eclipse User |
|
|
|
Hello,
I create a project and try to create the preferences. When creating the preferences using IEclipsePreferences it throws me the exception "Exception occurred while saving project preferences". This happens when I open the Project using the IResource.BACKGROUND_REFRESH otherwise it is fine. How do i overcome this exception. Please help me out in this.
IProject project =....
project.create(prjDescription, monitor.newChild(30));
project.open(IResource.BACKGROUND_REFRESH, monitor.newChild(30));
Thanks,
Deepthi
|
|
|
Re: Exception occurred while saving project preferences [message #876763 is a reply to message #876682] |
Fri, 25 May 2012 04:47  |
Eclipse User |
|
|
|
Deepthi,
There's no enough information here for anyone to help. Not even a
strack trace. What have you done yourself to try to determine the cause?
On 25/05/2012 7:14 AM, Deepthi Mising name wrote:
> Hello,
>
> I create a project and try to create the preferences. When creating
> the preferences using IEclipsePreferences it throws me the exception
> "Exception occurred while saving project preferences". This happens
> when I open the Project using the IResource.BACKGROUND_REFRESH
> otherwise it is fine. How do i overcome this exception. Please help me
> out in this.
>
> IProject project =....
> project.create(prjDescription, monitor.newChild(30));
> project.open(IResource.BACKGROUND_REFRESH, monitor.newChild(30));
>
> Thanks,
> Deepthi
>
>
>
|
|
|
Powered by
FUDForum. Page generated in 0.04544 seconds