Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-swt-dev] What is the highest revison of firefox swt browser suports

Hi all,

 

Sorry if this has been asked before, but what is the highest version of firefox with linkable Gecko libraries that swt browser component supports.  I was able to get it working with firefox 3.0.19, but I can’t get it to work with 3.5.x or 3.6.x.  I’m afraid to even try with firefox 4.0.

 

There seems to be a buffer overflow error.  This is the error I get when running 3.5.x or 3.6.x:

 

Could not instantiate Browser: No more handles [MOZILLA_FIVE_HOME='/Desktop/firefox3.5/'] (java.lang.UnsatisfiedLinkError: Could not load SWT library. Reasons:

        /.swt/lib/solaris/x86/libswt-mozilla-gtk-3724.so: ld.so.1: internal: message buffer overflow

        no swt-mozilla-gtk in java.library.path

        /.swt/lib/solaris/x86/libswt-mozilla-gtk-3724.so: ld.so.1: internal: message buffer overflow

        Can't load library: /.swt/lib/solaris/x86/libswt-mozilla-gtk.so

)

 

I’m running solaris 10u8 and tried swt 3.6.2 and swt 3.7M6.

 

Any help is appreciated.

 

Thanks,

 

j

 

 

 


Back to the top