简体   繁体   中英

Viewing the contents of a JAR file

I can't seem to view the contents of a JAR file, I tried it using various decompilers, but doesn't seem to work on a particular file, any ideas? I even tried unzipping it. Both these solutions are working for most JAR files but not all.

https://ci-artifactory.corda.r3cev.com/artifactory/corda-releases/net/corda/corda/2.0.0/

I want to view the corda-2.0.0.jar file.

jar tf corda-2.0.0.jar lists contents of corda-2.0.0.jar just fine.

Surprizingly, jar xf corda-2.0.0.jar does not extract the files. No output, no errors, no files extracted.

Simple unzip corda-2.0.0.jar worked fine and extracted all the contents.

我正在使用 7-zip 来提取文件并查看

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM