| Author |
connect unix from windows java program
|
sammeta Phanikumar
Ranch Hand
Joined: Oct 25, 2007
Posts: 81
|
|
Hi,
I want to connect to Remote unix box from java program which is in windows os.
I have tried using plink.exe of putties. But it just creating a session ...but that does not ending..going in infinite loop.
please help me how to connect to unix box and run a shell script and then i want control back to windows.
Thanks in advance.
Phani
|
SCJP 5, SCWCD 5, SCDJWS 5
|
 |
Oleg Tikhonov
Ranch Hand
Joined: Aug 02, 2008
Posts: 55
|
|
Hello,
I use this one
Hope it helps,
Oleg.
|
 |
sammeta Phanikumar
Ranch Hand
Joined: Oct 25, 2007
Posts: 81
|
|
Hi Oleg,
Thanks for your reply. I have a doubt here.....can we run commands on unixbox using this?
PHani
|
 |
Oleg Tikhonov
Ranch Hand
Joined: Aug 02, 2008
Posts: 55
|
|
Yes you can .
Please look at examples here.
I use it in my environment and it works fine.
|
 |
 |
|
|
subject: connect unix from windows java program
|
|
|