Java Mac Eclipse Library Not Found

  1. I also can start eclipse from that shortcut but not from Eclipse.app. Report message to a moderator Re: Mac OS X Eclipse.app Cant Find Java Virtual Machine message #1597765 is.
  2. Running Adobe Flash Builder on Win and Mac with Java 7/8 (UPDATED) By Krati Rastogi and Vivek Kumar Adobe® Flash® Builder® 4.7, which is an Integrated Development Environment (IDE) for developing games and applications using ActionScript and Flex framework runs on Java 6.
Home » Newcomers » Newcomers » Eclipse Executable Cannot Find Companion Shared Library Error (Solution)

Transfer photos from my iphone to photo library mac. A resource for Java technology consumers, with a focus on Games.

(A solution to the common installation problem many new users have)
Show:Today's Messages::Show Polls::Message Navigator
Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #648867]Fri, 14 January 2011 18:56
No real name
Messages: 1
Registered: January 2011
I installed Eclipse for the first time and couldn't launch because of an error that says something like: 'Eclipse launch executable could not find shared companion library.'
I did a Google search for solutions and found many user complaints about the same problem, but no satisfactory solution.
People advised new users to do things like redownload the archive, re-extract the archive, re install JRE, change account permissions etc.
None of these actually solved the problem, and I found it didn't solve the problem for many of the users who had posted on various forums either.
After investigating for an hour or so I found that the problem occurs if you change the default name that the .zip archive extracts to. I believe the default name will be something like 'eclipse-javascript-helios-SR1-win32-x86_64' or something analogous based on your specific platform. If you install into a directory with another name, like 'eclipse', a default path somewhere in the installation breaks. Preserving the directory name gets rid of the problem.
I'm sure there is a configuration setting somewhere which you can probably change to fix this problem, but if you would rather not spend the time investigating, then renaming the directory is a shortcut that works.
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #649753 is a reply to message #648867]Thu, 20 January 2011 14:23
Eric Rizzo
Messages: 3071
Registered: July 2009
On 1/14/11 1:56 PM, SpasticWilliams@gmail.com wrote:
> I installed Eclipse for the first time and couldn't launch because of an
> error that says something like: 'Eclipse launch executable could not
> find shared companion library.'
>
> I did a Google search for solutions and found many user complaints about
> the same problem, but no satisfactory solution.
>
> People advised new users to do things like redownload the archive,
> re-extract the archive, re install JRE, change account permissions etc.
>
> None of these actually solved the problem, and I found it didn't solve
> the problem for many of the users who had posted on various forums either.
>
> After investigating for an hour or so I found that the problem occurs if
> you change the default name that the .zip archive extracts to. I believe
> the default name will be something like
> 'eclipse-javascript-helios-SR1-win32-x86_64' or something analogous
> based on your specific platform. If you install into a directory with
> another name, like 'eclipse', a default path somewhere in the
> installation breaks. Preserving the directory name gets rid of the problem.
>
> I'm sure there is a configuration setting somewhere which you can
> probably change to fix this problem, but if you would rather not spend
> the time investigating, then renaming the directory is a shortcut that
> works.
While I appreciate your efforts to give back to this community by
providing information, I have to point out that your conclusion is
simply not correct. I ALWAYS install Eclipse into a custom-named
directory from the zip files, on both Windows and Mac OS X. Unless I've
misunderstood your 'solution' I think something else must have changed
during your trials, because the zip file name has nothing to do with
Eclipse running.
The only thing I can think of from your description is that when you
extracted the zip previously, you did not preserve the directory
structure from the zip file (not the zip file name, but rather the
directories that are contained within it); doing that would definitely
cause things to break.
Eric
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #777018 is a reply to message #649753]Mon, 09 January 2012 16:56
Steven Elliott
Messages: 1
Registered: January 2012
Most of the time esp. if your OS is >= 10.7 you will need the 64 bit version (or boot into 32 bit). 10.7 is not backwards compatible with 32 bit or PPC emulation.
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #777168 is a reply to message #777018]Tue, 10 January 2012 00:45
Cherry Austin
Messages: 1
Registered: January 2012
I've had this problem. Like you I spent hours rolling back my system, re-downloading Java & Eclipse, re-installing and reading patronising replies from people who insisted there was no problem (implying we must be stupid!)
I still don't know what the problem is, but I now have a working Eclipse
Yoxos offers a page of installers. I used the one for Windows 64-bit, it asked me which version of Eclipse I want to install and where to, then just did it in a few minutes. Brilliant.
Sorry, can't post clickable links as I'm new. It's here:
eclipsesource.com/en/downloads/eclipse-indigo-download
.
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #912099 is a reply to message #648867]Wed, 12 September 2012 23:57
Justin Churchill
Messages: 1
Registered: September 2012
I downloaded Eclipse Juno for Windows 7 (32 bit) and got the same error message. I checked the eclipse.ini file from a working installation of Indigo on the same machine and compared it with the same file for the new Juno installation.
In the working installation I noticed the following line specifying the VM:
I added this line to the eclipse.ini file for Juno and it worked just fine. Trying to launch with the wrong JRE can cause problems if it is old or an alternative implementation (stay away from open source JRE's).
This solution is also mentioned for similar problems in the readme file that ships with the download.
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #1053248 is a reply to message #648867]Fri, 03 May 2013 11:26
Juno Kitch
Messages: 1
Registered: May 2013
Dear developers,
I have exactly the same problem. This is a bug and should be treated as such. I have over 20 years experience programming and administrating computers, so I can assure this is a real issue.
Double clicking the jar file:
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
will boot Eclipse, so the problem rests in the INI file.
I do not have the file in the zip (downloaded about 1 hour ago) called
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-startup
plugins/org.eclipse.equinox.launcher_1.3.0.v20120522-1813.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.200.v20120913-144807
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Xms40m
-Xmx512m
I added the JRE by adding the following line to the INI file
-vm
/Progra~1/Java/jre7
This makes no difference. This error message would not show if there was no JRE. I'm using Oracle's official latest Windows JRE (v7). I am running XP/32.
Please can you fix the INI file so that the product works out of the box please, and save beginners a lot of time.
Thank you.
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #1075631 is a reply to message #648867]Mon, 29 July 2013 19:33
Sambuddha Bishee
Messages: 1
Registered: July 2013
I faced exactly the same problem, and it definitely has to do with whether you choose a different name for the extraction target directory (Given Windows 7 and 7zip).
I found the following:
1. When extracted to the default path, an extra subdirectory called 'eclipse' is created, and the entire installation is neatly organized in folders.
The extracted directory can now be moved and renamed at will without jeopardising the installation
3. On extracting to a non-default directory, the directory structure is messed up, with a lot of packages and images strewn over the target folder (along with eclipse.exe). On executing eclipse.exe, the system throws the 'Cannot find Companion..' error!
Re: Eclipse Executable Cannot Find Companion Shared Library Error (Solution)[message #1281407 is a reply to message #1075631]Mon, 31 March 2014 21:11
Dominic Amann
Messages: 1
Registered: March 2014
I had this error message on a system that had been running eclipse for a while.
The installation was a central one, and other users were still able to launch eclipse.
I discovered that the user with issues was not a member of the 'eclipse' user group, and he did not have permission to load all the libraries. I added him to the group, and his problem went away.
The odd thing was that up until that day he had been able to launch eclipse.
The only thing that I can think of was that some upgrade of either eclipse or java had occurred at the prompting of Linux that changed the eclipse version and the permissions were tighter in the new version.
Previous Topic:TFS Work Item Tracking Copy/Paste Greyed Out in OSX
Next Topic:Apache ODE in eclipse throws sql exception after start
Goto Forum:
-=] Back to Top [=-
Java Mac Eclipse Library Not Found
Current Time: Fri Apr 10 17:03:39 GMT 2020
Java Mac Eclipse Library Not Found

Java Not Found Windows


Powered by FUDForum. Page generated in 0.03689 seconds

Package Description

The essential tools for any Java developer, including a Java IDE, a CVS client, Git client, XML Editor, Mylyn, Maven integration and WindowBuilder

This package includes:

  • Eclipse Git Team Provider
  • Eclipse Java Development Tools
  • Maven Integration for Eclipse
  • Mylyn Task List
  • Code Recommenders Tools for Java Developers
  • WindowBuilder Core
  • Eclipse XML Editors and Tools
  • org.eclipse.cvs
  • org.eclipse.egit
  • org.eclipse.egit.import
  • org.eclipse.egit.mylyn
  • org.eclipse.epp.package.common.feature
  • org.eclipse.equinox.p2.user.ui
  • org.eclipse.help
  • org.eclipse.jdt
  • org.eclipse.jgit
  • org.eclipse.m2e.feature
  • org.eclipse.m2e.logback.feature
  • org.eclipse.mylyn.bugzilla_feature
  • org.eclipse.mylyn.context_feature
  • org.eclipse.mylyn.cvs
  • org.eclipse.mylyn_feature
  • org.eclipse.mylyn.git
  • org.eclipse.mylyn.hudson
  • org.eclipse.mylyn.ide_feature
  • org.eclipse.mylyn.java_feature
  • org.eclipse.mylyn.wikitext_feature
  • org.eclipse.platform
  • org.eclipse.rcp
  • org.eclipse.recommenders.rcp.feature
  • org.eclipse.wb.core.feature
  • org.eclipse.wb.core.ui.feature
  • org.eclipse.wb.layout.group.feature
  • org.eclipse.wb.swing.feature
  • org.eclipse.wst.xml_ui.feature

Maintained by: Eclipse Mylyn Project

Windows 32-bit
Windows 64-bit
Mac OS X (Cocoa) 32-bit
Mac OS X (Cocoa) 64-bit
Linux 32-bit
Linux 64-bit

Windows 32-bit: MD5 - SHA1 - SHA512
Windows 64-bit: MD5 - SHA1 - SHA512
Mac OS X (Cocoa) 32-bit: MD5 - SHA1 - SHA512
Mac OS X (Cocoa) 64-bit: MD5 - SHA1 - SHA512
Linux 32-bit: MD5 - SHA1 - SHA512
Linux 64-bit: MD5 - SHA1 - SHA512

Bugzilla

Bug IDTitleStatus
516739Add WindowBuilder to Java package againNEW
513809[wiring] HttpComponents wiring issueNEW
509799Symantec reports a Trojan SONAR.AM.C!g24 in eclipseNEW
508091Duplicate options in Eclipse.iniNEW
521514Add 'Eclipse News' RSS feed to Java PackageNEW
522649News feed plugin not installed on upgrade installsNEW
536469Use png with transparent icon in the about dialog of Java EPP (and others if applicable)NEW
530698Using weka apiNEW
526611win64 version missingNEW
498457FileNotFoundException : org.eclipse.ui_3.108.0.v20160518-1929.jarNEW
489296Improve out-of-box experience for non-english localesNEW
386806New Eclipse Icon not used by Eclipse 4.2 on Windows 7NEW
374170bugs when updating softwareNEW
364551setup automated tests for Java EPP packageNEW
414381Failed to load the JNI shared library 'C:ogramFilesJavajre6binclientjvm.dll'NEW
458646Problème démarrage EclipseNEW
355002EPP packages need stylingNEW
473585Help system broken after updating from Luna to MarsNEW
487713FileNotFoundException: introData.xmlNEW
382232Add 'EGit Import' to EPP package with EGitASSIGNED
487722Dead link for 'Remote Help': Topic not foundREOPENED

Bugs listed in italics indicate the bug has been moved to another project.


Eclipse Java Not Found

Bug IDTitleStatus
382804Ctrl+C, Ctrl+V shortcuts don't work while editing Android XMLRESOLVED
492163Add Maven to java packageRESOLVED
383193Taskbar icon doesn't show Android build progressRESOLVED
490044[Welcome] Adopt Solstice theme for Java packageRESOLVED
386686the Mobile package should include the Mylyn Bugzilla connectorRESOLVED
365594add code recommenders to java packageRESOLVED
358692Eclipse java package crash in Ubuntu 11.0.4RESOLVED
356126fix Mylyn repository URLs in EPP packages for IndigoRESOLVED
356349update Mylyn URLs for JunoRESOLVED
357020add Mylyn Hudson/Jenkins connector to Java packageRESOLVED
357332Annotations not shown on overview rulerRESOLVED
389113Unable to Launch Eclipse after download and setup: 'The Eclipse executable launcher was unable to locate its companion shared library.'RESOLVED
406246zip compression errorRESOLVED
468598Mars RC1 Mac packages are damagedRESOLVED
535504Open file feature broken in Photon RC2 EPP packagesRESOLVED
474204Include Buildship as part of Java packageRESOLVED
534617[Photon] [java] Add Tip of the Day to the Java PackageRESOLVED
528429m2e to download sources by defaultRESOLVED
194805add Error Log view to Java EPP distributionRESOLVED
432716Consider org.eclipse.recommenders.mylyn.rcp.feature for inclusion into Java packageRESOLVED
483914bugRESOLVED
436206Re-enable Marketplace Client in Java PackageRESOLVED
481475Scroll lock button being disabledRESOLVED
350079EGit should be by included in Java packageRESOLVED
355058update repository locations for JunoRESOLVED
275767[Galileo M7] FileNotFoundException when updating MylynRESOLVED
275719[Galileo M7] packages do not have dropins folderRESOLVED
279203Add and enable Mylyn update site by defaultRESOLVED
281448[update] manager talking to update sites not availableRESOLVED
549138Mylyn cannot be removed from Java IDE packageRESOLVED
275558[Galileo M7] welcome view is not displayed on first startupRESOLVED
275523[Galileo M7] features appear twice in the about dialogRESOLVED
246466Missing/extra update sites when installing in either C:program file or C:RESOLVED
248976'IDE for Java Developers' package is too restrictive by specifying Java 1.5 as requiredRESOLVED
275520[Galileo M7] package does not have any update sitesRESOLVED
275521Improve branding for Galileo java packageRESOLVED
297341EPP web page 'Download Milestone' link points to old buildsRESOLVED
287566error on update after clean installRESOLVED
341705I tried to load the eclipse environment in Win Vista OS and got problems restoring workbench..RESOLVED
343869Add WindowBuilder Core and Swing to the Java packageRESOLVED
346703Inclusion of m2e marketplace on help menu causing confusionRESOLVED
348157intrusive 'preview?' dialog on startup, from WindowBuilderRESOLVED
340312Indigo Java package logs lots of outputRESOLVED
334180package contains duplicate (and modified?) bundlesRESOLVED
313818Bugzilla connector does not load on Java 1.5 due to missing java.xml.bind bundleRESOLVED
306817Cannot update from M5 to Eclipse 3.6 M6RESOLVED
311613java IDE / m6 / linux has an EclispeCon splash screen?RESOLVED
507104Include EclEmma in Java PackageRESOLVED
507515Issue encountered when updating and reinstalling ABAP Development tools on NEON version.CLOSED
532067Open BugsCLOSED
530726Mac OS X(Cocoa)64位下载连接无效CLOSED
515622Eclipse will not runCLOSED
526343Constantly returning error message when opening the programCLOSED
501518Exception while updating external foldersCLOSED
521654Getting error while starting Apache serverCLOSED
529170MacOs didnt open the programCLOSED
548444The Java GUI is too bigCLOSED
497204resource in project, but error says not openCLOSED
547604Can't Install softwareCLOSED
548562I am not able to update because of unfound repositories.CLOSED
550404sgfghgCLOSED
551635I can't run eclipse without having a bug on it.CLOSED
5434642018-12 Installation ErrorCLOSED
543054Eclipse crashing while looking at filesCLOSED
540168java 11CLOSED
539041Unable to InstallCLOSED
541760Missing Java Developer links for 2018-12 M3CLOSED
542080Problems occurred when invoking code from plug-in: 'org.eclipse.ui.views.properties.tabbed'.CLOSED
543011java.io.FileWriter, the File cannot be deletedCLOSED
534760Simple compilation fails in Eclipse Oxygen.3aCLOSED
457081Add Error Reporting to Java PackageCLOSED
435919Add 'Eclipse Code Recommenders' to 'This package includes' listCLOSED
435449Add org.eclipse.recommenders.snipmatch.rcp.feature to java-packageCLOSED
436109update java package maintainer informationCLOSED
455363Allow users to uninstall features from a packageCLOSED
461540Unarchiving errorCLOSED
414385the eclipsec executable launcher was unable to locate its companion shared libraryCLOSED
384532The Eclipse executable launcher was unable to locate its companion shared libraryCLOSED
330226Inclusion of m2eCLOSED
304968LinkageError when trying to use Eclipse to run (PDE) Ant scriptsCLOSED
349028fix provider name for org.eclipse.wb.discovery.*CLOSED
353613Add EGit 1.1 to java-packageCLOSED
381216Zip file for Java IDE RC1 package requires a password?CLOSED
464220BugCLOSED
470912p2 can't find epp repo for Mars releaseCLOSED
482370thanksCLOSED
482285Mars.1 splash screen does not show progress bar after using consoleCLOSED
484535An error removing AppEngine from the projectCLOSED
494695Didn't update from old versionCLOSED
495806Suboptimal 'Visit' link on About Eclipse Features pageCLOSED
480756Switch to root level features to allow users to remove unwanted featuresCLOSED
478619WebappCLOSED
476546Eclipse Mars.1 RC2 for Java Developers includes CVS cheat sheets but no CVS supportCLOSED
476553Installed Code Recommenders Snipmatch and Mylyn Integration features do not *show* under Installation DetailsCLOSED
477195Maintainer/tester information outdatedCLOSED
477572pCLOSED
497192Eclipse Mars does not open in Windows 10 ProCLOSED

Bugs listed in italicsMigrate itunes library from windows to mac. indicate the bug has been moved to another project.

Java Mac Eclipse Library Not Found Windows 7


File a Bug on this Package

Eclipse Jvm Not Found


New and Noteworthy

Eclipse Platform
Eclipse Mylyn
EGit
Eclipse Code Recommenders

Testing Details