2008년 9월 22일 월요일

JAVA: property 사용시 tip

프로퍼터 사용시 동일 경로 상에서 적당히 properties파일을 사용 하고 싶을때는

InputStream is = getClass().getResourceAsStream("message.properties");

이렇게 불러올 수도 있다.

댓글 없음: