I tried submitting a jar file for TEST but it was rejected with "Compilation error". This doesn't make sense because the JAR file contains only compiled classes. What is the online judge trying to compile? My jar file consists of the Main.class file plus a manifest specifying Main as the Main class. I can't seem to find anything on the forums about how to do this.