Hi is there any way to executeCommand in linux terminal via spring ? I want simple example like
ping google.com
I tried using example from here http://www.mkyong.com/java/how-to-execute-shell-command-from-java/ but I cant create object
ExecuteShellComand obj = new ExecuteShellComand();