I am writing Java RMI client/server code. Part of that process involves creating a JAR file and copying it to the local Tomcat5 server. I suspect that there is some way to tell MyEclipse, when it has finished compiling all the necessary classes, to JAR the classes of a project, and copy them to a specified location?
Alternatively, is there a way to execute a batch file at completion of compile?