Java 运行远程 Bashscript
我想从我的 Java 程序连接远程计算机(具有 Linux 操作系统),并且想在其上运行脚本。我也会处理该脚本的结果(它会向控制台写入一些内容)。
你对我有什么建议?如果需要什么我可以解释更多。
I want to connect a remote machine(has a Linux operation system) from my Java Program and I want to run a script on it. I will process the result of that script(it writes something to console) too.
What do you suggest for me? If anything needed I can explain more.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
java中有SSH库。您可以使用它们在远程计算机上执行脚本。
There are SSH libraries in java. you can use them to execute scripts on a remote machine.