Error:could not create the Java Virtual machine.error:a Fatal exception have occurred,program would exit.
The above error message appears as shown in:
Then click OK to eject the following error message
Workaround:
1, determine whether the machine installed the Java environment. Specific methods online Search, here or give small white a portal: (set)
Note Set your own environment variables: such as Java_home,classpath,path
2, some programs will have memory settings, some programs memory settings too large, more than the scope of the virtual machine will be error.
3, look at the C:\Windows\System32 generated Java.exe, Javaw.exe, javaws.exe this 3 caused; just remove the 3 running files and try it out.
After the investigation, I was caused by this reason, so, remove, reopen on it can be
4. Display the definition parameter in the environment variable to set the virtual machine size.
Global environment variable name: _java_options
Variable Value:-xmx512m
Reprinted from: http://blog.csdn.net/zp357252539/article/details/52278882
Java Virtual machine Launcher error:could not create the Java virtual machine. Error:a Fatal Exception has occurred,program would exit.