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
SFDC_LearnerSFDC_Learner 

Unable to fetch and save Force.com Components to Project:

Unable to fetch and save Force.com Components to Project: com.salesforce.ide.api.metadata.types.Metadata$JaxAccessorF_fullName cannot be cast to com.sun.xm.internal.bind.v2.runtime.reflect.Accessor

 

Abort or Continute Force.com project creation???

 

========================================

 

while i am creating a new force.com project i got this error: can u please tell me why this error came. i downloaded eclipse and added force.com ide.... when i try to creating a new force.com project i got this error... and i am able to create a force.com project but not getting all existing classes and pages. And not added my new page or class content to the sever when i save. Is it required any other software installations??

Best Answer chosen by Admin (Salesforce Developers) 
SFDC_LearnerSFDC_Learner

 

uninstall java from the system. Then 

Download jdk-6-windows-i586 and  install it...

I did this.. And its working now...

 

All Answers

SFDC_LearnerSFDC_Learner

 

uninstall java from the system. Then 

Download jdk-6-windows-i586 and  install it...

I did this.. And its working now...

 

This was selected as the best answer
Jatin.jainJatin.jain

Here , the problem is with appropriate JRE not set/conigured for your Eclipse. Might be a scenario wherein you have copy past the eclipse installation. Ideally it needs the JRE which is present under JDK on your local machine. Just go to Preferences->Java and set the JRE path correctly. Even that works.

 

Thanks

JJ