Eclipse executable launcher error: Unable to locate companion shared library

后端 未结 30 2895
猫巷女王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:09

    I have create Demo.exe using Eclipse RCP.

    I have run Demo.exe using C-Drive to same error generate like...

    Solution : You might changed your drive for example

     C:\Demo.exe to D:\Demo.exe
    

    Step 1 : First Copy/Cut your .exe file like C:\Demo.exe

    Step 2 : After Paste another drive like D:\Demo.exe

    After executable file launching successfully.

    I hope my answer is useful.

提交回复
热议问题