IntelliJ Compilation Error zip END header not found

前端 未结 8 2348
花落未央
花落未央 2021-02-07 09:09

The Issue

I am unable to compile Java code for an imported Eclipse project on IntelliJ build 182.4505.22 on Java 9 and 10. The following error is displa

8条回答
  •  花落未央
    2021-02-07 10:01

    Tweak file watching settings did the trick for me.

    For Ubuntu/Mac Run these 2 commands.

    sudo echo "fs.inotify.max_user_watches = 524288" | sudo tee /etc/sysctl.d/40-idea.conf
    
    sudo sysctl -p --system
    

提交回复
热议问题