[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.platform] LaunchConfiguration & "IProcess of a my own class"

(this post is related to news.eclipse.platform/msg72463)

Hi,
I blundered into the deeps of eclipse launching framework when I tried to access the IDE's console (via ConsolePlugin) from inside my LaunchDelegate's launch function, which seemed wrong from the non-ui/ ui code separation point of view, After a more intense look at all that, this is managed with IProcesses an the ILaunch object, isn't it!?


Now I wonder if there is a existing way to fit in the execution of a local (contained in one of my plug-ins) class/ interpreter to use this infrastructure?
So there is no external application (yet?), which I could call/ start via Runtime.exec(.) or similar I've seen within the eclipse sources.


Is it necessary to implement everything (IProcess, IStreamsProxy, IStreamMonitor, ...) on my own!?


Thanks Tom.