Ubuntu 12.10 + Eclipse JunoでEasyShellのOpen/Runが正しく働かなかったときの対処

  1. Windows->Preferences->EasyShellでEasyShellの設定画面を開く
  2. Shell Open commandの

    gnome-terminal --working-directory="{1}"

    gnome-terminal --working-directory={1}

    に修正する.


  3. Shell Run commandの

    gnome-terminal --working-directory="{1}" --command=./"{3}"

    gnome-terminal --working-directory={1} --command=./"{3}"

    に修正する.