简体   繁体   中英

Eclipse remote developement

I have a J2EE web application. I'm coding it with Eclipse. Currently I have Eclipse program and my repositery on my own computer. 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.

Does Eclipse RSE provide these fonctionnality ? 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)...)

Thanks

I think Eclipse IDE RSE plugin only helps to edit the remote Java files from your PC. Rest compile/build/deploy has to be done in the remote system only.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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