Hello,

I have a web service that needs to call an .exe file and it is into the .aar file.

How can I do this? Which is the path I have to use in the instruction...

Process p = Runtime.getRuntime().exec("execution.exe");

Is there another way to do this?

Thank you in advance.

Kevin.

Reply via email to