The archive with all of the classes *is* the .JAR; it is both an archive and a format Java can run. That said, getting Java to actually run it is often annoying and depends on your system and Java installation.
You might be able to get it to run by making a .bat file composed of "java -jar ShoddyBattleClient2.jar" is Java is in your path.