Eclipse executable launcher error: Unable to locate companion shared library

后端 未结 30 2480
猫巷女王i
猫巷女王i 2020-11-29 18:49

I had Eclipse Indigo installed on my computer with the Android plugin and it was working perfectly for about two weeks. Today, I updated java and quicktime then restarted my

相关标签:
30条回答
  • 2020-11-29 19:30

    remove it and run eclipse-installer again without root

    0 讨论(0)
  • 2020-11-29 19:31

    I got similar error sometime back. I had copied the eclipse setup from another laptop to mine. The issue with my setup was that path of the "--launcher.library" in the eclipse.ini file. The path in --launcher.library was that of the old machine and hence I was getting the error

    I changed the path of "--launcher.library" in eclipse.ini to the path of eclipse on my laptop and the issue got resolved. I hope this is helpful to someone is getting this error.

    0 讨论(0)
  • 2020-11-29 19:32

    That sounds pretty bad and weird. But reinstalling isn't that hard - download, unzip, change the default memory allocation, run Eclipse, install necessary plugins and features.

    And almost all of the important preferences are in your workspace. The only important one I can think of outside of the workspace is the aforementioned memory allocation, which you can set on the command line or in the ECLIPSE.INI file.

    0 讨论(0)
  • 2020-11-29 19:32

    My experience and advice: Install Eclipse Juno on C: drive.

    After download the zip, put it on C:, click the right mouse button -> extract here. Then a folder called eclipse will be created in C: drive.

    Then go to Eclipse executable, run it, and all will be ok.

    0 讨论(0)
  • 2020-11-29 19:34

    Try running eclipse.exe as administrator or using Eclipse Helios.

    0 讨论(0)
  • 2020-11-29 19:35

    This happened to me when I tried to open eclipse.exe before the .zip file finished extracting. Make sure all dependencies are unzipped or unpacked before opening the .exe.

    0 讨论(0)
提交回复
热议问题