Agent start command consists of the following: For Oracle's reference implementation the command to start an active agent can look like the following: @{java.home}/bin/java -cp @{testsuite}/classes:@{testsuite}/lib/javatest.jar:@{testsuite}/lib/jtjck.jar -Djava.ext.dirs=@{testsuite}/lib/extensions -Djava.security.policy=@{testsuite}/lib/jck.policy -Djavatest.security.allowPropertiesAccess=true -Djava.rmi.activation.port=@{rmi.port} com.sun.javatest.agent.AgentMain -activeHost @{host} -activePort @{port}
The following patterns will be substituted with real values: Correct path to tested java in the default answer above manually if needed.