Java Starter Code Crashes On Server

I’m trying to submit an algo to run on the server. I’m able to run the starterkit java-algo locally after running gradle buildl. However, when I zip the file using the given zip tools and submit, it says that it can’t compile. I’m doing this all on Linux.

I’m not sure how to fix this.

It might be that not all the files you need are inside the zip file. One way to start debugging this sort of problem is to unzip the zipped submission file on your local machine and try building inside that folder.