1. Set environment variable Path as below
- Path=C:\Program Files\Java\jdkx.x.x_yy\bin (for 64 bit windows check in Program Files (x86) folder).
- Right click on the Eclipse icon in your desktop.
- Properties
- Target: C:\eclipse\eclipse.exe -vm C:\Java\jdkx.x.x_yy\jre\bin\javaw.exe (for 64 bit windows check in Program Files (x86) folder).
- In your eclipse.ini file you need to specify the path to the Jave executable.
- -vm C:\Program Files\Java\jdkx.x.x_yy\bin\javaw.exe (for 64 bit windows check in Program Files (x86) folder).




