Running eclipse for the first time, I encountered the problem
"Failed to create the java virtual machine"
and the program didn't run.
There are two place in eclipse.ini that includes
You may need to make the numbers smaller than 256 though, 128 or something and it should work
"Failed to create the java virtual machine"
and the program didn't run.
There are two place in eclipse.ini that includes
--launcher.XXMaxPermSize
512m
make it --launcher.XXMaxPermSize
256m
You may need to make the numbers smaller than 256 though, 128 or something and it should work
No comments:
Post a Comment