Utilities for working with Java JAR files
Usage: (filenames-in-jar jar-file)
Returns a sequence of Strings naming the non-directory entries in the JAR file.Source
Usage: (jar-file? file)
Returns true if file is a normal file with a .jar or .JAR extension.Source