function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Venky1219Venky1219 

Error in force.com IDE unable to refresh resource

Hi all,

I am working in eclipse kepler force.com ide , getting following error when I save or refresh program

 

 

 

Multiple annotations found at this line:
- Save error: Unable to perform save on all files: com.salesforce.ide.api.metadata.types.Metadata$JaxbAccessorF_fullName
cannot be cast to com.sun.xml.internal.bind.v2.runtime.reflect.Accessor
- File only saved locally, not to server

 

SarfarajSarfaraj

Please check your java version. force.com IDE is not compatible with java 7. Please use java 6, this will solve this error.

Ashish_SFDCAshish_SFDC
Venky1219Venky1219

Thanks for your response..

 

Yes my problem resovled the error because of JDK version incompatible 

 

I followed this link 

http://boards.developerforce.com/t5/General-Development/Eclipse-Force-com-IDE-Save-Errors/m-p/470119#M72803

Praveen Murugesan07863961073414849Praveen Murugesan07863961073414849
I have closed and reopened the force.com ide and gave refresh from server to the project. its resolved.