Run .jar from batch-file

On Windows you can use the following command.

start javaw -jar JarFile.jar

By doing so, the Command Prompt Window doesn’t stay open.

Leave a Comment