I have a JAVA project, every time when I made some changes I have to compile the code and after compiling I have to copy the jars files to a localhost location. The copying is done manually with a console command.
I was wondering if there is a option in Eclipse to automate the copying process after a successful compilation of the code so i don't have to copy the files myself. I was thinking about invoking a little script.
- Is this possible?
- Where to configure this in eclipse?