masterdany88
masterdany88

Reputation: 5341

Runnig shell command on osgi/kura stack

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

Answers (1)

Federico Cerruto
Federico Cerruto

Reputation: 251

You can use : org.eclipse.kura.executor.Command and org.eclipse.kura.executor.CommandExecutorService.

Upvotes: 0

Related Questions