http://haewoo.springnote.com/pages/27010 public class JarExtractSample { /** * @param args * @throws IOException * @throws FileNotFoundException */ public static void main(String[] args) throws FileNotFoundException, IOException { String filename = "F_AC_AR1.jar"; String dest = "./AAA/"; ..