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
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 Variable name: Path Variable value: %PATH%;C:\Program Files\Java\jre6\bin;F:\JDK\bin;
_JAVA_OPTIONS
-Xmx512M
Path
%PATH%;C:\Program Files\Java\jre6\bin;F:\JDK\bin;
Change this to your appropriate path.