Fix "The Eclipse Installer executable launcher was unable to locate its companion shared library." - eclipse

I'm trying to install Eclipse Neon on a 64 bit Windows 7 computer. I download the file "eclipse-inst-win64.exe" and run as administrator. Immediately I get the following error:
The Eclipse Installer executable launcher was unable to locate its companion shared library.
Note the "Installer" keyword. When searching on Google and StackOverflow, I find solutions only for when receiving this error launching Eclipse itself after it is installed. The solutions that worked for people in those situations usually involve editing the "eclipse.ini" file and removing absolute paths or references to uninstalled plugins. However, Eclipse has never been installed on this computer, therefore an "eclipse.ini" file does not exist and the installer does not appear to create one in any obvious place before throwing this error. There does not appear to be any "companion shared library" downloads on the Eclipse website. Any ideas on what could be going on?

Download and install the JDK and then try to install Eclipse again.
According to http://wiki.eclipse.org/Eclipse/Installation:
Eclipse 4.6 (Neon) was released on June 22, 2016. See Neon schedule.
Consider using the Installer. Please see 5 Steps to Install Eclipse.
A Java 8 JRE/JDK is required to run all Neon packages based on
Eclipse 4.6, including the Installer. The reasoning behind
requiring Java 8 are discussed here.
I found another reason for this error message. I got it when I tried to install Eclipse from the compressed installer. I extracted the installer into a folder and ran it from there. It then installed.
Try to extracted all the installer files before you run the installer.

Related

Bundled JRE error with install4j installer packaged as msix

We create an installer with install4j that bundles the JRE. We then use the MSIX Packaging Tool to create a .msix installer, to publish on the Microsoft App Store.
When we install the .msix package for testing and try to run the application, we get the following error:
"The JVM found at .\jre is damaged. Please reinstall or define EXE4J_JAVA_HOME to point to an installed 64-bit JDK or JRE"
Note that the JRE is bundled with the installer, and it is actually installed in a folder called "jre" under the installation folder.
When we install from the .exe installer, everything works fine, this problem only happens after we create a .msix installer with the MSIX Packaging Tool. We've checked all the installed files and everything looks fine, but the launcher will not run.
Has anybody seen this problem? And is there a solution or workaround?

eclipse is not installing at all

I've installed jdk-8u65-windows-i586.exe and downloaded the latest version of Eclipse IDE.
When I double click on the eclipse-inst-win31.exe absolutely nothing happens.
MY OS is Windows Vista.
How can I resolve this problem?
Make sure you have a working java sdk in java_home variable - type java - version in cmd prompt
If you don't, reinstall java sdk and eclipse it should start.
Instead of using the Eclipse installer (which is still a rather new part of the Eclipse downloads), just take one of the complete distributions (scroll down below the installer on the download page).
While the installer first needs to download additional pieces from the Internet, those distributions are ready to start developing.

Eclipse does not start after download - Ubuntu

I had recently downloaded the Eclipse Platform SR2 Kepler edition from the eclipse foundation website. However after unpacking the tarball I tried to open it by simply double clicking on the "eclipse" file. But it does not start. What could be the problem ?
Please help.
There are many possible reasons:
missing libraries or version mismatch
64/32bit mismatch
bad permissions
lack of disk space
no memory
left directories from a previous installation
For first, try to run it in a terminal and watch the output.
There are also a pre-defined packages from ubuntu. The main package is called just 'eclipse'. Normally, you can assume they work out of the box.

how to launch eclipse: eclipse executable launcher was unable to locate in windows xp?

eclipse executable launcher was unable to locate shared lib in windows xp OS..I keep getting this error when i launch eclipse and i browsed through but not able to find any correct solution . can anyone help me out i really in the need of eclipse right now?
Install the Java JRE/JDK ? Otherwise a more detailed error message would be helpful.
What got it all working for me was to download eclipse indigo 3.7.2 and (this is very important) EXTRACT IT DIRECTLY INTO MY PROGRAMS FOLDER. Before I would extract it to my desktop and copy into the programs folder (C:\Program Files) but I would jus get an error message saying "The Eclipse executable launcher was unable to locate its companion shared library" when trying to run eclipse.
After extracting eclipse directly to my programs folder I ran it and so far all is working well :)

Subversive not showing up in eclipse

I am trying to install subversive for eclipse helios on windows 7. I am seeing it as installed in the installation details, but it is not showing up as a perspective and also in windows/preferences/team. Can anyone help me with this.
I fixed that issue by granting my user writing access to the eclipse installation directory (default in "Program Files" is read access).
#squig - +1
changing the directory permissions (I placed it under c:\program files\eclipse in Windows 7) caused the subversive plugin to work, after spending endless hours on trying to figure out the issue.
The lame part from Eclipse side (or Subversive side, dunno) is that no error message was shown, it appeared as if the software was installed properly. Shame.
I had exactly the same problem. But in my case the problem could not be solved be granting write access to the eclipse programm directory.
The reason was that I tried to use two versions (Mars and Neon.2) of eclipse in parallel. When I tried to install both programms into one directory in "C:\Programm Files (x86)\Eclipse" it was not possible to install plugins etc. to the newer version. Therefore I uninstalled the newer version and reinstalled it under "C:\Programm Files (x86)\Eclipse-Neon".
After this everything is fine. Even without write permissions to the programm directory.