is there a way to execute python through java, like
Runtime.getRuntime().exec("sudo python -c 'print(\"Test\")'");
I could swear it worked last night...
Thanks.
is there a way to execute python through java, like
Runtime.getRuntime().exec("sudo python -c 'print(\"Test\")'");
I could swear it worked last night...
Thanks.