Did you compile it on Windows or Linux? Here are some things to
troubleshoot..
- try running ExampleJavaDA with SDS in standalone mode (run SDS w/o
arguments for usage), the command line should be something like "java -
cp [path to DA and API jars] org.dxc.example.ExampleJavaDA"
- if that works, make sure JAVA_HOME is set properly in $DXC_HOME/
Dxc.cfg
- make sure that $DXC_HOME is set properly and your $PATH contains
$DXC_HOME/Bin
- compile in debug mode and step through ScenarioLoader source code to
figure out where the exception is being thrown
So far I've been unable to reproduce the bug, so any additional
information you can think of that may be specific to your system would
help.. for the time being if you're using windows, a workaround would
be to install the .msi version of the framework (both versions can
coexist on the same machine, only %DXC_HOME% and your %PATH% variable
need to be set according to the version you want to use).
David G