SyntaxFix
Write A Post
Hire A Developer
Questions
It's the same way you run it from command line. Just put that "command line" into a ".bat" file.
So, if you use java -cp .;foo.jar Bar, put that into a .bat file as
java -cp .;foo.jar Bar
@echo off java -cp .;foo.jar Bar