I have created a jar which needs to be called in a bat file. I need to pass all the command line arguments recieved by bat file to the jar. Can anyone please help me out. I
Inside you bat file you will have java command
just use java -jar helloworld.jar firstParam secondParam and I believe you can also use because that how we pass params to Maven and ANT etc