Class JarUtils


  • public class JarUtils
    extends Object
    • Method Detail

      • copyResourcesToDirectory

        public static void copyResourcesToDirectory​(String fromJarFilePath,
                                                    String jarDir,
                                                    String destDir)
                                             throws IOException
        Copies a directory from a jar file to an external directory.
        Throws:
        IOException