SWT 内置 Unix 终端
Java SWT 中是否有一个选项可以打开 SSH 终端窗口并让用户能够运行所有 unix 命令。
谢谢
Is there an option in Java SWT to open SSH terminal window and give the user the ability to run all the unix Command.?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
快速谷歌返回了这个: http://www.sshtools.co.uk/terminal -components/index.html 看起来很合适。
A quick google returned this: http://www.sshtools.co.uk/terminal-components/index.html which looks a good fit.
看看 JSch
它是 SSH2 的纯 Java 实现。它比使用操作系统绑定的 SSH shell 更兼容
Have a look at JSch
It is a pure Java implementation of SSH2. It will be more compatible than using an OS-bound SSH shell