SyntaxFix
Write A Post
Hire A Developer
Questions
If double-clicking the .jar file in Windows Explorer works, then you should be able to use this:
start myapp.jar
in your batch file.
The Windows start command does exactly the same thing behind the scenes as double-clicking a file.
start