Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » CDT process spawner
CDT process spawner [message #47808] Tue, 29 October 2002 00:32 Go to next message
Eclipse UserFriend
Originally posted by: g.wagenknecht.planet-wagenknecht.de

Hi!

I noticed that the CDT uses an own spawner with native libraries. Was it
because of limitations of the different Java VMs? Is it possible to use this
spawner in other projects?

Cu, Gunnar
Re: CDT process spawner [message #47928 is a reply to message #47808] Wed, 30 October 2002 08:34 Go to previous message
Eclipse UserFriend
Gunnar Wagenknecht wrote:
> Hi!
>
> I noticed that the CDT uses an own spawner with native libraries. Was it
> because of limitations of the different Java VMs?

The spawner has methods to interrupt a process (currently used by the gdb/mi debugger),
also with a 1.3 VM on win32 it will surpress the DOS console which normally pops up for
every Runtime.exec().

> Is it possible to use this spawner in other projects?

Sure, the only possible issue is that you will have a cdt.core dependency, but if your
plugin is a cdt extension or tool then I guess it doesn't matter.

Dave.
>
> Cu, Gunnar
>
>
Previous Topic:C-Build make
Next Topic:CProjectWizard Question
Goto Forum:
  


Current Time: Wed May 07 09:24:45 EDT 2025

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

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

Back to the top