Java jar's aren't really stand-alone "executable programs". Rather, they're an archive which the Java Runtime has a pre-defined method for executing Java programs from.

You need to run the Java...