Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Eclipse Jobs and Threads(Difference between executing bg process with Job and Thread)
Eclipse Jobs and Threads [message #989662] Fri, 07 December 2012 08:45
Rahul Yadav is currently offline Rahul YadavFriend
Messages: 65
Registered: July 2009
Member
Hi Guys,

I am trying understand differnce between a background process implemented and executed with java Thread class and Eclipse Job class.

I am executing a loop in non-ui thread and when loop completes a messagedialog is poped up...informing the user.

I am able to do this in both ways, in one approach i create a Runnable and execute start() and in another case i create a Eclipse Job and schedule it.

Are they both same???

Thanks & Regards.
Rahul
Previous Topic:How to show an image on JFrame with WindowBuilder
Next Topic:Different Display objects
Goto Forum:
  


Current Time: Wed Apr 24 20:26:59 GMT 2024

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

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

Back to the top