eclipse
java
5 years, 3 months ago
First we have to check is java successfully installed or not check using below command
java -version
if its successfully installed, check your eclipse version whether neon or juno like that
then check which java version is exists in eclipse.ini file if you installed java 7 but in eclipse.ini another java version required installed that one also
Again check java version
clean eclipse using cmd using below command and open it
C:\path\to\eclipse\eclipse -clean
if still its not opening then add bellow command in eclipse.ini
-vm
C:\Program Files\java\jdk1.7.20\jre\bin\server\jvm.dll
your particular path of java
0 Comments
Please Login to Comment Here