String path = "C:\\Users\\Lee\\eclipse-workspace\\TestApplication\\output.txt";
File file = new File(path);
PrintStream ps = new PrintStream(new FileOutputStream(file));
System.setOut(ps);
'java' 카테고리의 다른 글
BufferedReader + StringTokenizer 예제 (0) | 2022.04.25 |
---|---|
코테 유용한 함수 모음 (JAVA) (0) | 2022.01.08 |
try with resource 구문 예제 (JAVA 7) (0) | 2019.09.24 |
Simple UDP server & client socket 예제 (0) | 2019.09.22 |
Simple server & client socket 예제 (0) | 2019.09.22 |