There is a small problem in the sample startupOptions.props file that is causing this behaviour. We will be fixing it shortly. In the meantime you can do the following:
1) Open startupOptions.props file with any text editor
2) Modify the line that starts with
CONFIG_TOOL_STARTUP=...
Add the following string ../Tomcat/shared/lib/jacob.jar; right before ../JDK/lib/tools.jar; so that the beginning of the string looks like:
CONFIG_TOOL_STARTUP=..\JDK\bin\java -Xmx128m -Xms20m -classpath ../Tomcat/shared/lib/jacob.jar;../JDK/lib/tools.jar;../JBoss/client/jnp-client.jar;... etc
This should fix the problem.