Compile agent

The next step is to compile the agent.

On the changelog-daemon-host, while logged in as escenic:

$ javac -classpath changelog.jar:lib/*.jar -d classes src/SystemOutAgent.java

If you need any additional Jar files while compiling your source code, these Jar files must be added to the lib folder. If not, the Jar file will not be available runtime and the daemon will not start.