Java StarterAlgo Crashing

The Java StarterAlgo is working fine!

I am unable to replicate your error on my machine. I have some questions:

  • Which operating system are you using?
  • How are you zipping the java-algo directory?
    • If you zip the directory with the scripts/zipalgo_[platform] binary, does your problem still occur?
  • Are you sure that this occurs with a fresh clone of the starter kit?
  • Try this:
    • cd into your java-algo directory
    • Run gradle build
    • Open up java-algo/algo-target/algo.jar in your decompiler
    • Do you have the main class now?
  • Try this:
    • cd into your java-algo directory
    • Run gradle task
    • Do you have a Shadow Tasks section which contains a shadowJar task?