I created a shell script to run the jar file on Mac:
I renamed this script " app.command " to run it directly when double-clicking on it. And I applied the chmod + x command to have executable permissions.
Now, when I double-click on this script icon, I get " Unable to access jarfile test.jar ", and when I run this script through the bank terminal it works fine!
Can anyone help me how to make this script run on double click on Mac?
shell executable macos
Brad
source share