classpath 썸네일형 리스트형 java.util.Properties XML로 읽고 쓰기. loadFromXML storeToXML 규약이 있죠. ex) Properties properties = new Properties(); try { InputStream xmlStream = getClass().getResourceAsStream("resource/xxxxx.xml"); if( xmlStream == null ) { // null인데 어쩔껴.. } properties.loadFromXML(xmlStream); } catch (IOException exception) { // throw exception } DOCTYPE properties SYSTEM "http://java.sun.com/dtd/properties.dtd"> keyValue 더보기 히밤. 지맘대로 바꿔버려.. 히밤 Eclipse Update인지 누군가의 meta 정보가 공유된건지 지맘대로 compile 옵션을 바꿔버렸다. 그래서 xml 파일이 output folder 로 compile되어 가지 않는 문제가... *.xml 을 지워버렸다. 이건 뭐, 꼭 누구같이 상대방 의견도 안물어보고 지맘대로 바꿔버려..히밤! 더보기 이전 1 다음