Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] Can't run internal browser in Eclipse 3.7 on AIX 6.1

Hello,

I cant open any html page in internal browser in eclipse 3.7 on AIX 6.1.
I've received next message:

!MESSAGE Internal browser is not available: No more handles
[MOZILLA_FIVE_HOME='/usr/mozilla/firefox']
(java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:
     swt-mozilla-gtk-3740 (Not found in java.library.path)
     swt-mozilla-gtk (Not found in java.library.path)
     /.swt/lib/aix/ppc/libswt-mozilla-gtk-3740.a (No such file or directory)
     /.swt/lib/aix/ppc/libswt-mozilla-gtk.a (No such file or directory)
)

My env variables is:
MOZILLA_FIVE_HOME=/usr/mozilla/firefox
LIBPATH=/usr/mozilla/firefox:/usr/lib:/opt/freeware/lib
LD_LIBRARY_PATH=/usr/mozilla/firefox:/usr/lib:/opt/freeware/lib

Please, help me.

Thanks,
Vitaliy

Back to the top