Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Eexecutable launcher was unable to locate its companion shared library

Hi Jeff,

> Did you check the executable bit on the .so file ?

The .so does not have its executable bit set, but setting it doesn't help.

> How is your product built ? With Tycho ?

yes, I build it with Tycho 0.16.0 following these instructions:
<http://wiki.eclipse.org/Tycho/Packaging_Types#Creating_Product_Zip_Files>.

Here's part of the output of "find":

> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/META-INF
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/META-INF/ECLIPSE_.RSA
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/META-INF/ECLIPSE_.SF
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/META-INF/MANIFEST.MF
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/META-INF/eclipse.inf
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/about.html
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/eclipse_1503.so
> ./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/launcher.cocoa.macosx.x86_64.properties
> ./server
> ./server.app
> ./server.app/Contents
> ./server.app/Contents/Info.plist
> ./server.app/Contents/MacOS
> ./server.app/Contents/MacOS/server
> ./server.app/Contents/MacOS/server.ini

Does this look OK to you?

Andreas
-- 
Codetrails.com - the knowledge transfer company


Back to the top