I want to run batch file (similar to Windows) on Mac OS X to run a jar file, after search I found it run batch script.
I am not getting proper link from where I can take help. How can I create this?
|
I want to run batch file (similar to Windows) on Mac OS X to run a jar file, after search I found it run batch script. I am not getting proper link from where I can take help. How can I create this? |
|||||||||||
|
|
You could create a shell script and run it with Terminal. For example:
|
|||||
|
|
You have to create a A
Please note that the path to the java executable depends on your java installation directory. |
|||
|
|
|
You can't run a batch file, but you can run a shell script which is the equivalent on unix based systems. Like the batch file, the shell script is also platform specific, but should work on Unix and Linux based systems. |
|||
|
|
|
This would run windows programs on Mac OS X, try this and let me know. |
|||||
|
|
you CAN'T , because its language specific. you need to write shell script (or manually matching the windows commands with unix/mac os x commands) |
|||
|
|
|
Batch files are Windows-only. However it should be easy to convert that batch file to a unix shell script. You find a guide on how to use shell scripts on https://developer.apple.com/library/mac/#documentation/opensource/conceptual/shellscripting/Introduction/Introduction.html |
|||
|
|