我一直在使用 Eclipse 在我的本地机器上处理一个 Java 项目.我正在尝试在远程机器上运行它.远程机器是在 Linux 上运行的集群.现在我已经挂载了远程驱动器并通过 Eclipse 编辑了远程文件副本.但是,我正在寻找更强大的东西.有没有办法通过 Eclipse 无缝地做到这一点,即每次我运行项目时,它都在远程机器上运行?
I have been working on a Java project from my local machine using Eclipse. I am trying to run this on a remote machine. The remote machine is a cluster running on Linux. Right now I have mounted the remote drive and edit the remote file copy through Eclipse. However, I was looking something more robust. Is there any way to do this seamlessly through Eclipse, i.e. each time I run the project, it runs on the remote machine?
请参阅 http://www.ibm.com/developerworks/opensource/library/os-eclipse-javadebug/index.html 了解有关远程调试的更多详细信息.
see http://www.ibm.com/developerworks/opensource/library/os-eclipse-javadebug/index.html for more detailed information about remote debug.
这篇关于在远程机器上运行 Eclipse 项目的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!