views:

242

answers:

0

Hi SO,

I'd like to generate sequence diagrams with EA. I set up a build script, the debug section looks like this:

jre=C:\Program Files\Java\jdk1.6.0_20,-Djava.class.path=C:\path\to\my\app

When I try to debug it (which is needed for the diagram generation), I get the following message:

Failed to load C:\Program Files\Java\jdk1.6.0_20\jre\bin\client\jvm.dll, dll or dependent dll is missing

The file jvm.dll is indeed located at the path it tries to load it from. What am I missing here?

Thank you in advance