Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse-dev] How can i stream the outputstream data on console view?


Hi,
I have created a plugin which calls a exec function.
I want to put the outputstream data on the console view.
I get the console view as :IConsole console = Myplugin.getDefault().getConsole();
How do i do send the outputstream data to the console view?

Roopa




Back to the top