I created a simple suite of one test from scratch following the instructions given by JT user's guide. Everything worked fine except running tests on agent.
When agent mode is selected in the interview "com.sun.javatest.agent.AgentCommand" was exported as the value of "command.execute". But such class doesn't exist.
"com.sun.javatest.agent.ActiveAgentCommand" - should be used instead.
When agent mode is selected in the interview "com.sun.javatest.agent.AgentCommand" was exported as the value of "command.execute". But such class doesn't exist.
"com.sun.javatest.agent.ActiveAgentCommand" - should be used instead.