Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Checking process status after calling launch
Checking process status after calling launch [message #482897] Fri, 28 August 2009 13:42
Ben Dixon is currently offline Ben DixonFriend
Messages: 63
Registered: July 2009
Member
Hi all,

I have a project that requires launching two processes (a server and its
client) associated with a file in the user's project. To do this we extend
AbstractPDELaunchConfiguration and implement a launch method that creates
two EclipseApplicationLaunchConfiguration subclasses and calls
launch(configuration, mode, launch, monitor) on each. The problem is the
two processes start asynchronously so the client starts to load and
connect to the server before the server is fully initialized. launch(...)
returns void and I can't find a way to monitor the underlying processes.
Does such a thing exist or should we use a different approach?

Thanks,

Ben
Previous Topic:Invoking PDE Ant tasks without Eclipse is not working as expected.
Next Topic:Checking process status after calling launch
Goto Forum:
  


Current Time: Thu Apr 25 20:42:52 GMT 2024

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

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

Back to the top