반응형

1. JDK 경로 설정

프로젝트 폴더 우클릭 > Build Path > Configure Build Path > Libraries > JRE system library 좌클릭 > Edit  > Alternate JRE > Installed JREs > JDK 루트 폴더 경로 설정

 

2. java escape sequence

https://developer-yeony.tistory.com/82

 

자바 이스케이프 문자(escape sequence) 정리

자바 이스케이프 문자에 대해서 알아보자. 이스케이프 문자(escape sequence) 이스케이프 문자는 제어문자들과 출력되지 않는 문자들을 가리킨다. 키보드로 표현할 수 없는 문자들이다. 보통 역슬래

developer-yeony.tistory.com

 

3. java debugging

https://data-make.tistory.com/204

 

[JAVA] Eclipse에서 JAVA로 디버깅하기

#. 디버그 뷰가 없을 시, 활성화-- [window] - {Perspective] - [Open Perspective] - [Debug] 1. 코드 작성-- 구구단 값의 합을 구하는 프로그램 123456789101112131415public class test { public static void main(String[] args) { int sum

data-make.tistory.com

 

 

반응형

'Daily log' 카테고리의 다른 글

240708  (0) 2024.07.08
240705  (0) 2024.07.05
240703  (0) 2024.07.03
240702  (0) 2024.07.02
240701  (0) 2024.07.01

+ Recent posts