I\'m aware of how to start a java progam with a java agent:
java -javaagent:myAgent.jar MyJavaProgram
But what if I want to add 2 or more java
Adding to the above answers, if you are using ant and want to include with more than one jar to -javaagent to start the server, here's how I did it,
-javaagent
build.xml
... ...