Albert
Albert

Reputation: 11

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

Upvotes: 1

Views: 66

Answers (1)

Arul VP
Arul VP

Reputation: 11

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.

Upvotes: 1

Related Questions