[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Threads in Eclipse
|
- From: yohai@xxxxxxxxxxxxxx (yohai)
- Date: Mon, 26 Aug 2002 13:03:51 +0000 (UTC)
- Newsgroups: eclipse.tools
- Organization: http://www.eclipse.org
- User-agent: NewsPortal 0.23
I've created my own thread (class which extends Class Thread) and i'd like
to print output into a view which I also created by myself. The printing
is coded inside the run() method of my thread. When printing to the
regular eclipse console view there are no problem, but when i try to print
into my view instead of the console view, it throws out the following
exception:
org.eclipse.swt.SWTException: Invalid thread access
How can i aim my output into my view instead of the console view?