It looks like you are trying your test with an older version of
java. Stringbuilder was added in java 1.5 and is required to successfully run
the agent. Try invoking with the bundled jre (jre/bin/java) and see if that
works.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
http://forums.hyperic.com/jiveforums/thread.jspa?messageID
=35310&tstart=0#35310</a>
Hi,
It looks like you are trying your test with an older version of
java. Stringbuilder was added in java 1.5 and is required to successfully run
the agent. Try invoking with the bundled jre (jre/bin/java) and see if that
works.