The eclipse binary forks a java process fairly early on. You need to use
*strace -f* if you want to follow forked (child) processes.
HTH,
Dan
Didier Moens wrote:
>
>> Tried to strace eclipse, but it is not working.
>
>
>
> strace on java never worked for me neither.
>
>> I have a /usr/lib/libsvnjavahl-1.so in /usr/lib. ldconfig lists it as
>> being in the system
>> path.
>>
>> I run eclipse from a shell script. It is the only way I have found to
>> use it as a panel shortcut. Can this be the problem?
>>
>>
>
> Don't think so, I often run it this way too.
>
> $ ldd -r /usr/lib/libsvnjavahl-1.so ? Unresolved symbols ? Did you try
> the other suggestions/recommendations in this thread ?
>
>
Received on Tue Oct 5 23:36:32 2004