Way 1
1. Showing jre location has jvm.dll file is exist or not.
2. Otherwise copy jre folder to your eclipse folder.
3. Open the eclipse.exe
|
Way 2
If jvm.dll file is exist then
version of jre and eclipse are mismatched.
How to check eclipse is 32 or 64 bit
Open eclipse.ini file in eclipse directory.
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.1.2.R36x_v20101222 - 32 bit eclipse
plugins/org.eclipse.equinox.launcher.win32.win32.x86_64.1.2.R36x_v20101222 - 64 bit eclipse
How to check jre version?
Goto jre folder then bin
Type java -version command to get 32 or 64 bit version of jre.
If bit of jre and eclipse are mismatched point same bit of jre to eclipse.
|