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

there has been an enhancement in p2 (different handling if folder ends with ".app")
https://bugs.eclipse.org/bugs/show_bug.cgi?id=57349#c48 
which seems related.

Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=378021 

Jan

-----Original Message-----
From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Andreas Sewe
Sent: Freitag, 15. Februar 2013 11:31
To: Tycho user list
Subject: Re: [tycho-user] Eexecutable launcher was unable to locate its companion shared library

Hi,

> 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.

strange thing is, the "./server" executable is present only when
building with Tycho. When doing a Product Export from within Eclipse,
only "./server.app/Contents/MacOS/server" is part of the exported
product; the "./server" executable is missing.

Is the "./server" binary produced by Tycho supposed to be there at all?

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


Back to the top