I am using windows 7 32 bit machine. I was building a cordova project on it and while building it was giving an error as
"Error occurred during initialization of VM".
This got solved when i defined system variable for _JAVA_OPTIONS
and gave value as -Xmx512M
.
What extra information does this value provide to build that it allows build successfully.
Thanks.