In a mac os, when I try to run an external exe by the process builder I get the next exception:
ava.io.IOException: Cannot run program "installation/osx/program": error=13, Permission denied
at java.lang.ProcessBuilder.start(ProcessBuilder.java :460)
at java.lang.Runtime.exec(Runtime.java:593)
at java.lang.Runtime.exec(Runtime.java:431)
at java.lang.Runtime.exec(Runtime.java:328)
In windows I dont this issue, the process is well instantiated. I could I do?
Thanks in advance.