Skip to content

Replace tedious and complex extraction of files and folder from JARs

Instead of using the current way too complex system of extracting files and folders from our JAR-file, we should switch to using zip4j.

If possible we should provide a method which can extract a given file or directory from any number of nested JARs. Would be pretty neat.