Reputation: 5341
How I can easily run shell command like ls
on linux os behind kura?
I've tried classic java approach, but it not work.
Please help. Give me some guidelines, directions. It is very hard to find something on network.
Upvotes: 0
Views: 67
Reputation: 251
You can use : org.eclipse.kura.executor.Command and org.eclipse.kura.executor.CommandExecutorService.
Upvotes: 0