Unable to start Eclipse — can't open \Java\jre7\lib\..\jvm.cfg
Problem is we have uninstalled our reinstalled java.Solution is We need to point to that java location.
And for that we need to modify eclipse.ini which is present in the eclipse folder..
And add the path accordingly at the bold letters
-startup
plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.100.v20110502
-product
org.eclipse.epp.package.java.product
--launcher.defaultAction
openFile
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vm
C:\Java\JDK\1.8\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx1024m
No comments:
Post a Comment