You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@paimon.apache.org by "zhuangchong (via GitHub)" <gi...@apache.org> on 2023/04/19 01:15:26 UTC

[GitHub] [incubator-paimon] zhuangchong commented on issue #941: [Bug] Cannot run program "zip" exception reported when Windows system compiles

zhuangchong commented on issue #941:
URL: https://github.com/apache/incubator-paimon/issues/941#issuecomment-1513996782

   You may encounter a "Cannot run program 'zip'" exception. This is because Windows does not have the zip command installed by default, so Maven cannot find the executable.
   
   To fix this, you need to have the zip command installed on your Windows system. You can download GNU zip for Windows from http://gnuwin32.sourceforge.net/packages/zip.htm, then add zip.exe to your system PATH environment variable.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@paimon.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org