Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Redirect standard output for a run ?
Redirect standard output for a run ? [message #254202] Tue, 24 June 2008 11:24
Eclipse UserFriend
Originally posted by: christian.rivasseau.gmail.com

Hi,

excuse me if this question does not belong here, couldn't find a specific
newsgroup for org.eclipse.debug.core.

I wonder if there is an API to redirect standard output of a program
during a launch ?

It seems that eclipse takes care of managing IConsoles but I don't know
how to get the outputstream and process it myself.

Note that I want to write to a file but I'm not willing to use :
ILaunchConfiguration.setAttribute(IDebugUIConstants.ATTR_CAP TURE_IN_FILE, "path");

because I want my plugin to remain headless.

Any idea ?

Thanx
Previous Topic:CodeFormatter and line comment wrap in Ganymede RC
Next Topic:Programmatic Code Compiling
Goto Forum:
  


Current Time: Sat Aug 17 04:06:40 GMT 2024

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

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

Back to the top