Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Problems loading CDE library

Hello-

I am having problems getting Eclipse to pick up the CDE library while
running on AIX.  As a test of the CDE functionality, I am using the
Workbench->Preferences->File Editor list for external editors to
check CDE's ability to generate an application list.

My problem is that System.loadLibrary("swt-cde-aix-2022") catches an
unsatisfied link error.  Here is where it gets weird.

Earlier in the application, System.loadLibrary("swt-aix-2022") works as
expected, picking up libswt-aix-2022.a which is a symlink to
libswt-aix-2022.so.  In the same swt directory (ws/motif/) sits
libswt-cde-aix-2022.a which is a symlink to libswt-cde-aix-2022.so.

Yet the libswt call passes, and the libswt-cde call fails.  I know that
this reeks of a setup issue, but I've tried everything I can think of.
Is there any way I can check why System.loadLibrary() fails?

Any suggestions would be greatly appreciated.

Thanks-
John


----------------
John Rose



Back to the top