I'm developing simple Java application in Eclipse Oxygen
. I would like to ask Eclipse
to copy binary files to testing machine automatically when it builds. How to achieve that? How to run script on remote Linux
machine that restarts application when binary is copied?
UPD
Since Eclipse builds project very often I would like to have Deploy
functionality according to request. How to achieve this option?