두 가지 방법 중 편한걸로 확인하면 된다. 

 

 

 

방법 1 ) 

System.out.println(System.getProperty("java.class.path"))

java.class.path -> 이 처럼 중간에 dot 를 찍어주는 것이 중요하다.

 

 

방법 2 )

프로젝트 우클릭 -> properties -> java Build Path -> Source

+ Recent posts