I am using Eclipse IDE for development from so many years. recently i installed on plugin from the market place in eclipse. And i restarted eclipse, at that time i can't able to open eclipse in my system.
i am facing below issue.
Error : Could not create the Java Virtual Machine.
Error: A fatal exception has occurred.Program will exit.
To resolve above issue i followed below point.
I just opened "eclipse.ini"file in eclipse folder.
And i removed the -vm P:\Programs\jdk1.6\bin lines.
And i changed the required java version from
1.5 to 1.6 set -Dosgi.requiredJavaVersion=1.6.
i am facing below issue.
Error : Could not create the Java Virtual Machine.
Error: A fatal exception has occurred.Program will exit.
To resolve above issue i followed below point.
I just opened "eclipse.ini"file in eclipse folder.
And i removed the -vm P:\Programs\jdk1.6\bin lines.
And i changed the required java version from
1.5 to 1.6 set -Dosgi.requiredJavaVersion=1.6.