我想在Eclipse這樣運行ssh命令 ExpectJ exp = new ExpectJ();
Spawn s = exp.spawn("ssh [email protected]");
. . .
. . .
. . .
,但我得到這樣的錯誤 - Pseudo-terminal will not be allocated because stdin is not a termin
我在很多地方看到過這個問題,也就是說用PostgreSQL進行編程備份的問題。我的解決方案是使用ExpectJ,但我無法讓我的代碼工作。 我有以下代碼: public class BackupUtility
{
public static void main(String[] args)
{
try
{
ExpectJ exp = new ExpectJ(20