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
Ulas KutukUlas Kutuk 

Eclipse can not open

I ve trying to security code scanner pluggin,after the installination it force me a restart my ide.I have restated and when I clikc to project It force me to update version type of project ask me do you want to upgragde spring 12 version of project,I click then after the installination force me again restart  ide, after this I can not open the ide it says this nad never opened

"***the force ide executable launcher was unable to locate its companion shared library***"

Any body see this previously ?Any solutions ?I do not want to remove and reinstall my ide... 

ScreenfieldsScreenfields

In my case, the eclipse upgrader removed the forceide.ini file. Replacing it made Eclipse work again.

 

This file contains the following:

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

#utf8 (do not remove)
-startup
../Common/plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
../Common/plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.0.200.v20090519
-install
D:\Salesforce.com\Force.com IDE
-configuration
D:\Salesforce.com\Force.com IDE\configuration
-vmargs
-Dfile.encoding=UTF-8
-Xms256m
-Xmx1024m
-XX:PermSize=128M
-XX:MaxPermSize=512M

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

jtranjtran

I had the same problem after updating to the Spring 2012 release.

I found there is also the eclipse.exe in the same folder where forceide.exe resides so I changed my force ide link to use eclipse.exe from forceide.exe and that worked.