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
Shifs SalheenShifs Salheen 

Eclipse + Force.com IDE

Hi All,
I installed Eclipse and tried to add Force.com but it gives me below error: 
Cannot complete the install because one or more required items could not be found.
  Software being installed: Force.com IDE 36.0.0.201601221512 (com.salesforce.ide.feature.feature.group 36.0.0.201601221512)
  Missing requirement: Force.com IDE 36.0.0.201601221512 (com.salesforce.ide.feature.feature.group 36.0.0.201601221512) requires 'org.apache.log4j 0.0.0' but it could not be found

Please help..
Vasani ParthVasani Parth
Rajagopal,

Solution 1: 
Try installing from the "Eclipse Marketplace" menu option. This seems to download all the dependencies correctly. 
To Download "Eclipse Marketplace":
Select Help/Install new software... from the menu
Select the Juno update site (http://download.eclipse.org/releases/juno),
Then look for the Marketplace client - it is in the General Purpose Tools category.
After this try to install Force.com IDE.
If this does not work then try Solution 2.

Solution : 2
You can download it from http://www.java2s.com/Code/Jar/o/Downloadorgeclipseupdateui32300v20100512jar.htm.
You then put the extracted .jar file in your /eclipse/plugin directory and restart Eclipse.
Then go back to the Marketplace and start the installation again. 

Please mark this as the best answer if this helps