HI Guys I Have A jar File Named Column Reader. I am trying to Run it using a .bat file that has the Following Script:
@echo off
java.exe -jar Column Reader.jar parameter
Can Anyone tell me why it is not Running? Because I have Managed t Run Another Jar File Named Nope.jar the same way.
This is because you have a space in the file name. Try instead with:
Or better still, rename your JAR file to
column-reader.jar. Generally JAR files are named in all lowercase, often without any spaces in the file names.Some examples of proper JAR file names: