If you are facing this kind of issue while opening eclipse after installing JRE/JDK, below are a few fixes you can try out -
1. Set environment variable Path as below
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).
2. Another fix is
- 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).
3. Yet Another fix is
- 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).
0 comments :
Post a Comment