Make Your Eclipse Faster



By doing following things , you can make your eclipse faster.

1. We will first look into your eclipse path in your system.
     Ex :
           My eclipse path is

                   "P:\Edu Softwares\eclipse-jee-juno-SR2-win32-x86_64\eclipse"
      In eclipse folder, you will find "eclipse.ini" file.
      Open the file and update following parameters (like below)

          -Dosgi.requiredJavaVersion=1.5
          -Xms256m
          -Xmx512m
          -XX:PermSize=512m
          -XX:MaxPermSize=512M
          -Xverify:none

     Now , we will goto second point.

2. Open your eclipse

    In menu , click on "Windows"

     Preferences-->General->Editors->Text Editors->Spelling->Enable Spell Checking
 
     Now,uncheck that  checkbox.

     It will reduce lot of effort on your eclipse.



3.  Close unwanted projects

Right click on perticular project and click on Close Project




4.  Disable unused validators


   In menu ,click on "Windows" --> Prefernces

   Type "Valti" then select Validation as shown in screen.
    uncheck , not related validators.
    



5.Remove unused plugins

When you will follow the above points , it will increase the sepeed of your eclipse (50% of change).

Now, start happy coding :)



0 Response to "Make Your Eclipse Faster"

Post a Comment