I am new to java and from eclipse ( in windows ), i would like to trigger a shell script in a remote unix server. The shell script must run in the Unix server ; but the triggering must happen from the java code in Windows. How can I do this ?
I have tried SSHExec ; but I am getting "SSHExec type cannot be resolved to a type." error. Am I missing some import statements ? IF so, which will be the suitable import for this ?