I have a tiny batch file to kick off my java app:
its code is something as simple as
java -jar myapp.jar
(in reality it’s slightly more complicated as we set a few properties)
A friend of mine has a mac. He has java installed on his mac.
But how do we run this batch from mac ?
Put the following code into a file and run
chmod +x <filename>to make it executable.