본문 바로가기

Programming Practice/Java

Properties 를 Text로 관리

1. config.properties 작성

- key=value

- value 가 String 이라도, 앞뒤로 ""를 붙이지 않는다.

notepad=notepad.exe 

file=F:/development/bat/jarTestText.txt


2. ConfigUtil.java 작성


'Programming Practice > Java' 카테고리의 다른 글

파일 이동  (0) 2015.03.21
Socket 통신  (0) 2015.02.15
parameter로 객체 정보를 받아서 객체 생성  (0) 2015.01.17
FileFilter  (0) 2015.01.12
multi thread  (0) 2015.01.11