[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform.swt] Re: No more handles iniializing the Browser

Michael,

According to the SWT FAQ, Solaris isn't a supported platform for the Browser widget:
http://www.eclipse.org/swt/faq.php#browserplatforms


You could try following the instructions for the other linux distributions here to see if it works, but no guarentees:
http://www.eclipse.org/swt/faq.php#browserlinux


Hope this helps,
 - Jeff

Michael Eavis wrote:
When I create a new  org.eclipse.swt.browser.Browser on Solaris I get the
following stack trace:

org.eclipse.swt.SWTError: No more handles
        at org.eclipse.swt.SWT.error(SWT.java:2717)
        at org.eclipse.swt.SWT.error(SWT.java:2616)
        at org.eclipse.swt.SWT.error(SWT.java:2587)
        at org.eclipse.swt.browser.Browser.<init>(Browser.java:121)

I am running on:

bash-2.05$ uname -a
SunOS batman 5.8 Generic_108528-17 sun4u sparc SUNW,Ultra-4

I'm running with SWT 3.0.2 and I'm using the following libraries:
libswt-cde-motif-3064.so
libswt-motif-3064.so

Thanks,
Michael