1. unjar a jar file
jar -xf file.jar
2. List files in jar file, without extracting it
jar -tvf file.jar
3. unzar to a specific directory
unzip file.jar -d destinationDir
jar -xf file.jar
2. List files in jar file, without extracting it
jar -tvf file.jar
3. unzar to a specific directory
unzip file.jar -d destinationDir
No comments:
Post a Comment