Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Standard Widget Toolkit (SWT) » org.eclipse.swt.SWTError: No more handles
org.eclipse.swt.SWTError: No more handles [message #436306] Sun, 16 May 2004 10:41
Eclipse UserFriend
Originally posted by: hs.cybertec.at

Hello ...

I have a really interesting problem on my Fedora / Knoppix boxes.
My SWT application works nicely on Fedora and Knoppix - no problems so far.
However, when I want to start my SWT applications remotely I encounter
an interesting problem:

hs@notebook:~/projects/schank/tecbill$ export DISPLAY=192.168.0.2:0.0
hs@notebook:~/projects/schank/tecbill$ ./startup.sh
Exception in thread "main" org.eclipse.swt.SWTError: No more handles
at org.eclipse.swt.SWT.error(SWT.java:2651)
at org.eclipse.swt.SWT.error(SWT.java:2555)
at org.eclipse.swt.widgets.Display.createDisplay(Display.java:5 80)
at org.eclipse.swt.widgets.Display.create(Display.java:565)
at org.eclipse.swt.graphics.Device.<init>(Device.java:113)
at org.eclipse.swt.widgets.Display.<init>(Display.java:379)
at org.eclipse.swt.widgets.Display.<init>(Display.java:375)
at Main.main(Unknown Source)

I have been using remote X programs for years but I don't have the
slightest idea how to fix that problem.
I am not doing something special - just some buttons ...

Regards,

Hans
Previous Topic:org.eclipse.swt.SWTError: No more handles
Next Topic:Examples of AWT embedding
Goto Forum:
  


Current Time: Fri Apr 26 02:48:43 GMT 2024

Powered by FUDForum. Page generated in 0.03140 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top