[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.tools] Threads in Eclipse

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?