simple java command

HiDoes anybody know the java command, that redirects the output of an algorithm into a new file window.thanks
[130 byte] By [nebnebbena] at [2007-9-29 4:32:16]
# 1
programatically you can use System.setOut(OutputStream);on the commandline you can redirect output by typing java HelloWorld > file.txtasjf
asjfa at 2007-7-14 17:54:05 > top of Java-index,Other Topics,Algorithms...