I want to connect to a ssh server. I tried Jsch, Orion, J2ssh java api's to connect. I could able to run commands like date, pwd,who etc. But for my purpose, i need to use "pbrun pbapp wasapp=ksh
" command. Then only, i can use my remaining commands on the server.
Please let me know, how to use this command over java.