Monday 26 March 2012

How to run Eclipse on Windows 7 64 bits

How run Eclipse in Windows 7 64 bits What are types of Error will come

1. Jvm.dll file not found
2. Error code – 1
3. Error code – 13

How to solve all these problem to run smoothly the Eclipse in Windows 7

Step-1:

Download eclipse-indigo.zip file from the internet.

Step-2:

Extract that eclipse-indigo.zip file.

Step-3:

Open that eclipse folder like this->
Eclipse-jee-indigo-SR1-win32-x86_64 (folder) eclipse (folder)
Inside this eclipse folder list of files and folder will visible shows below:
1. configuration (folder)
2. dropins (folder)
3. features (folder)
4. p2 (folder)
5. plugins (folder)
6. readme (folder)
7. .eclipseproduct (file)
8. artifacts.xml (file)
9. eclipse.exe (file)
10. eclipse.ini (file)
11. eclipsec.exe (file)
12. epl-v10.html (file)
13. notice.html (file)

Step-4:

Before running eclipse first check which version of jdk installed in the system whether 32-bits or 64-bits.
After that check where that jdk load in program file (folder which available in C:\ driver) or program file(x86)(folder which is available in c:\ drive also).
If that jdk file loaded in program file(x86) then again installed the jdk higher version in program files which available in C:\ drive not in program file(x86) folder.
After install the jdk higher version in program file then set the environmental variable of jdk otherwise jdk will not run on your system. These are the steps to set the environmental variable in the system.
Go to desktopselect MyComputer (icon)right click on that MyComputer(icon)go to properties environmental variablesystem variable there u will get three option
1. new
2. edit
3. delete
go to new then click there on new one window will open where you will get two fields where you have to fill the fields.
1. Variable Name:
2. Variable Value:
Enter the variable name: as JAVA_HOME and in case of variable value: as C:\program files\java\jdk (1.6 or 1.7 or any version which is latest)\bin;
After that click okokok.
While you jdk setup with environmental variable setup over then open eclipse folder.
Open the eclipse.ini file with editplus editor then its very compatible for you.
Add these lines before –vmargs i.e.
-vm
C:\Program Files\Java\jdk1.7.0_02\jre\bin\server\jvm.dll
And delete the space which available after the last line.
After that save that eclipse.ini file and then double click on eclipse.exe file look that eclipse will run properly without any error.

2 comments:

  1. Nice blog ,,, This blog help you to find your DLL file is corrupt or missing .please go through this link.
    How To Remove Rundll Error
    Thanks
    Aalia lyon

    ReplyDelete
    Replies
    1. Hi Aalia,

      I am unable to open your link given. Can you please send me correct link.

      Thanks
      Sailendra Jena

      Delete