how to redirect the output from studio to a file

the thing is i have large amount of output(crapy uni project), it's kind of hard to read them in IDE output window, and i am too lazy to use fwrite to a file. in terminal it's just "output > filename", but doesn't work in IDE. anyone knows?
[253 byte] By [alvinhonga] at [2007-11-27 3:33:41]
# 1
Please find my answer in this thread: http://forum.java.sun.com/thread.jspa?threadID=5169190
MaximKartasheva at 2007-7-12 8:36:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 2

The Arguments property will take a "> file".

This property can be set in several places.

In studio 10/11:

- Debug->LoadProgram

- Debug->LoadRecent->EditLoadCommandList

After you've loaded a program...

- Debug->DbxConfigure

In studio 12:

Project (ctx menu)->Properties->Running(Category)

IvanIgorovicha at 2007-7-12 8:36:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...
# 3
Last time I tried it in EA version, it didn't work as expected. In fact, "> file" was treated as two arguments, ">" and "file". If it is unexpected, then we obviously have a bug here.
MaximKartasheva at 2007-7-12 8:36:48 > top of Java-index,Development Tools,Solaris and Linux Development Tools...