Eclipse was working till yesterday without any problems but when I opened today it throws an error"failed to create the java virtual machine:. How can I fix it and what is the cause of this problem?
Asked
Active
Viewed 163 times
0
-
The first link when I google the error - http://stackoverflow.com/questions/7302604/eclipse-error-failed-to-create-the-java-virtual-machine – Sanjay Mar 13 '14 at 11:05
-
Give us details to work with. Which JVM was it trying to create? Can you run that yourself from the command line? Did anything happen in between when it worked and now? – nitind Mar 13 '14 at 11:30
1 Answers
0
You can change the configuration file of eclipse try to change it : so in your eclipse.ini change this :
--launcher.XXMaxPermSize 256m
make it
--launcher.XXMaxPermSize 128m

wSakly
- 387
- 1
- 10