简体   繁体   English

Eclipse远程开发

[英]Eclipse remote developement

I have a J2EE web application. 我有一个J2EE Web应用程序。 I'm coding it with Eclipse. 我正在用Eclipse编码。 Currently I have Eclipse program and my repositery on my own computer. 目前,我在自己的计算机上拥有Eclipse程序和存储库。 I would like to put the repositery on a distant server to develop without to have the code physically on my own computer. 我想将存储库放在远程服务器上进行开发,而无需将代码物理地放在自己的计算机上。 The idea is to launch Eclipse from my compture to connect on the distant repositery and to compile and deploy ON the server and not on my computer. 我的想法是从我的计算机启动Eclipse,以连接到远程存储库,并在服务器而不是在我的计算机上进行编译和部署。

Does Eclipse RSE provide these fonctionnality ? Eclipse RSE是否提供这些功能? It seems to fetch the code through the network to compile the application. 似乎是通过网络获取代码来编译应用程序的。

(An alternative would be to have Eclipse on the remote server and export display on my computer (with X server)...) (一种替代方法是将Eclipse安装在远程服务器上,并在我的计算机上导出显示(使用X服务器)...)

Thanks 谢谢

I think Eclipse IDE RSE plugin only helps to edit the remote Java files from your PC. 我认为Eclipse IDE RSE插件仅有助于从您的PC编辑远程Java文件。 Rest compile/build/deploy has to be done in the remote system only. 其余的编译/构建/部署必须仅在远程系统中完成。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM