MALFORMED

개발/에러 해결

java.lang.IllegalArgumentException: MALFORMED

디버깅 정보에 java.lang.IllegalArgumentException: MALFORMED import java.nio.charset.Charset; Charset CP866 = Charset.forName("CP866"); zipFile = new ZipFile( f, CP866 ); 코드수정 후 해결이 되었다. 추가.. 이클립스 문자열 인코딩 설정 확인한 후 진행해야된다. ZipFile public ZipFile(File file, Charset charset) throws IOException 참조 https://stackoverflow.com/questions/20013091/java-unzip-error-malformed Java // unzip error :MALFORMED I would..

Hotsan
'MALFORMED' 태그의 글 목록