• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to avoid "Building workspace" in Eclipse

 
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ,

I have many Projects configured inside Eclipse IDE .
When i run a Simple Java File , by taking a new project (Closing other Projects) , it takes a lot of time
for launching , it displays as "Building workspace to complete "

Is it not possible to eliminate all these Operations as "Building workspace to complete " to make run a simple java file

 
Bartender
Posts: 10336
Hibernate Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can turn off automatic builds via the option in the Project menu. However, you need you IDE to build your code, otherwise why bother using one? If a simple application is slow (and you have tried tuning your environment) I would look to invest in a higher specification PC.

 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I assume that you have a lot of projects in your one workspace. A better solution might be to have multiple workspaces. I have three primary workspaces and will often create another workspace for specific projects. This way I don't have the overhead of making Eclipse examine projects that I am not interested in at the time. I make liberal use of the export/import preferences capability to ensure that all of my workspaces are configured the same.
 
Ravi Kiran Va
Ranch Hand
Posts: 2234
Eclipse IDE Firefox Browser Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator


You can turn off automatic builds via the option in the Project menu.



Thanks paul .
 
reply
    Bookmark Topic Watch Topic
  • New Topic