Description:
I faced starting up Eclipse IDE which complaining about old java version. The java version in my environment was 1.6 which is needed to run old programs. I installed Java 8 did below thing to make it work.
Environment:
Eclipse version - neno.3
Old java version - 1.6.0_29
New Java version - 1.8.u111
Steps to follow:
I faced starting up Eclipse IDE which complaining about old java version. The java version in my environment was 1.6 which is needed to run old programs. I installed Java 8 did below thing to make it work.
Environment:
Eclipse version - neno.3
Old java version - 1.6.0_29
New Java version - 1.8.u111
Steps to follow:
- Find and write down the Java 8 installation location (for me, it was in e:\java\)
- Go to location where eclipse is installed
- Open file 'eclipse.ini' with any file editor
- Type the below lines - (change the java path)
-vm
e:\Java\jdk1.8_u111\bin\javaw.exe - Save the change
- Execute the eclipse.exe
No comments:
Post a Comment