I am installing opensource of Opentaps by this instruction visit http://www.opentaps.org/docs/index.php/General_Installation_of_Opentaps
But I get an error:
Could not create the java virtual machine.
This is what I have done:
- Open cmd and go to directory c:\opentaps
set JAVA_HOME=C:\Program Files\Java\jdk1.7.0_04
- Use command
startofbiz.bat
Finally I get the errors:
Could not create the Java Virtual Machine
A fatal exception has occurred. Program will exit.
Solution 2 failes. When I change something in "startofbiz.bat' file by this instruction I get the same issue like above.
Solution 3 fails. I have also changed the memory settings to -Xms256M -Xmx512M -XX:MaxPermSize=128M
. Now I get outofmemory exception in console.
Please help me.