I am getting the following exception repeatedly each time I try to run the program.
Error occurred during initialization of VM Could not reserve e
Error occurred during initialization of VM
Could not reserve e
Anyway, here is how to fix it: Go to Start->Control Panel->System->Advanced(tab)->Environment Variables->System Variables->New: Variable name: _JAVA_OPTIONS Variable value: -Xmx512M
OR
Change the ant call as shown as below.
**
It worked for me.