开发者

Jar files on Solaris listed as corrupt, fine on Windows

开发者 https://www.devze.com 2023-04-04 08:30 出处:网络
Using ant build scripts in eclipse to c开发者_运维技巧reate a tar file using the following command

Using ant build scripts in eclipse to c开发者_运维技巧reate a tar file using the following command

Build is run on a Windows 32-bit machine and the resulting tar is unpacked on a Solaris 32-bit machine. When the main class is executed, the jar files (both those built from code and those per-packaged FOSS jars are reported as corrupt. I can use winzip to unpack the tar file and again to open any one of the jar files and they open without complaint. Any suggestions as to possible solutions?


Do you have a way to run checksums (e.g. - md5sum) on the tars/jars? If the checksums match, you have an interesting problem. If the checksums differ, something corrupted your files in transit from Widows to Unix. Likely culprit is transferring the files as text instead of binary, but I don't knows how the files were moved between computers.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号