来自https://dzone.com/articles/java-8-how-to-create-executable-fatjar-without-ide
tar xf ExecutableOne.jar
Run Code Online (Sandbox Code Playgroud)
但为什么我得到
$ tar xf ExecutableOne.jar
tar: This does not look like a tar archive
tar: Skipping to next header
tar: Exiting with failure status due to previous errors
Run Code Online (Sandbox Code Playgroud)
谢谢。
小智 5
jar 文件是 Java 存档,而不是可以提取的 tarball。您可以安装 jar 或 java 并提取文件(或使用 7-Zip),但不能使用 tar 提取它们。
归档时间: |
|
查看次数: |
6627 次 |
最近记录: |