解压缩出现以下错误:
End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of trunk.zip or trunk.zip.zip, and cannot find trunk.zip.ZIP, period.
解决办法是安装jar来解压缩,
sudo apt-get install java-1.6.0-openjdk-devel
jar xvf trunk.zip
发表回复