개발

이클립스 콘솔에 색상 입히기

에드몽단테스 2019. 11. 2. 15:48

자바로 출력을 표시할 때 보통 System.out.println() 메소드를 이용한다.

에러를 표시할 때에는 System.err.println() 메소드를 이용한다.

그러면 에러의 경우 보통 붉은색으로 나타난다.

 

System.out.println() 안에 특정코드를 넣으면 색상을 변경할 수 있다.

 

하지만 이클립스에서는 동작하지 않는데, 이는 플러그인을 설치하면 표시가 가능하다.

https://github.com/mihnita/ansi-econsole

 

mihnita/ansi-econsole

Eclipse plugin that understands ANSI escape sequences to color the Eclipse console output. - mihnita/ansi-econsole

github.com

동영상으로 위 내용을 정리해 본다.

 

반응형