My server is running on OS ubuntu 10.4
.
When I run command "skype -callto userid"
it makes a call using Skype user interface.
But when I run same command by connecting via SSH or
java code
Runtime.getRuntime().exec(command)
, its not working.
What could be the reason of such behavior?
java code
relate?