The cause of the problem is the lack of registration of a system environment variable called _JAVA_OPTIONS
, some programs use it as boot parameter.
The solution is quite simple, just add such variable and its value to the scope of system variables.
Variable: _JAVA_OPTIONS
Valor: -Xmx1g
Right-click on the "My Computer" icon on the desktop and then on Properties.
In the Advanced tab click Environment Variables.
In the window that opens click New and add its name (_JAVA_OPTIONS) and value (-Xmx1g) of the variable.
Source: Link
The solution solved the problem? of an indication of what went wrong (if it did not work).
– Ricardo