測試jar 是否完整有錯

cd WEB-INF/lib/
for j in *.jar; do echo $j; jar tvf $j > /dev/null ; echo $j done; done
相關文章
相關標籤/搜索