You should use IDEA (an IDE) which will make developing with Kotlin much simpler. If you are using IDEA all you need to do is press the run button in the upper right. The basic command to run a jar is something like
java -jar <file.jar>
when you need to though.