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

Did you check the executable bit on the .so file ?
How is your product built ? With Tycho ?
 
Jeff

On Thu, Feb 14, 2013 at 2:22 PM, Andreas Sewe <andreas.sewe@xxxxxxxxxxxxxx> wrote:
Hi all,

I managed to build a product (called "server") but am now faced with the
following error message when starting it under Mac OS X:

"The Server executable launcher was unable to locate its
companion shared library."

This only happens if I start the product with "./server"; using
"./server.app/Contents/MacOS/server" works.

A shared library is present under
"./plugins/org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.200.v20120522-1813/eclipse_1503.so",
which, according to
<http://www.eclipsezone.com/eclipse/forums/t99480.html#92164130> should
be enough.

Any suggestions what the problem might be or how to debug this?

Best wishes,

Andreas
--
Codetrails.com - the knowledge transfer company
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top