When I start an eclipse, I get this error. The -vm argument contains the java.exe path, which cannot be on my system after updating Java. How can i fix this? Java was started, but returned exit code = 13 C: /ProgramData/Oracle/java/javapath/java.exe .... This path does not exist on my system
Eclipse.INI Content
-startup plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar --launcher.library plugins/org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.200.v20140603-1326 -product org.eclipse.epp.package.jee.product --launcher.defaultAction openFile --launcher.XXMaxPermSize 512M -showsplash org.eclipse.platform --launcher.XXMaxPermSize 512m --launcher.defaultAction openFile --launcher.appendVmargs -vmargs -Dosgi.requiredJavaVersion=1.6 -Xms40m -Xmx512m
source share