After i upgraded Java on my Windows 10, eclipse will not start. It gives an error upon launch.
There are multiple ways to resolve this; it depends upon the root cause and many solutions are discussed in other threads. Here's what i did to solve it in my machine.
My "Path" variable (System Environment Variables) had two paths as below.
C:\ProgramData\Oracle\Java\javapath
C:\Program Files\Java\jdk1.8.0_31\bin
Moving the JDK path above the Oracle Java Path solved the issue for me. The order in which they appear has to be changed as below.
C:\Program Files\Java\jdk1.8.0_31\bin
C:\ProgramData\Oracle\Java\javapath