Is everybody thinking that everybody else doesn\'t release softwares as jar and then releases softwares as exe too?
You can do it yourself by writing a short (C ?) program like this:
//run tests here system("java -jar my_file.jar");
But you will need to create a version of this executable for each Operating System.