• 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

Complier Setting Problem

 
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All

Somehow i have changed the settings of Websphere and now if i make any changes in any of the java file then i have to rebuild the whole project in order to make those changes effective and it is time consuming process earlier when i used to save the java file then it use to compile the java file and all changes were apprant but now every time i make a change i have rebuild the whole project.
Could you please suggest some soliution for this. I am using

WebSphere Studio Application Developer (Windows)
Version: 5.1.0

Thanks
Regards
Rashi
 
author & internet detective
Posts: 41878
909
Eclipse IDE VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Rashi,
In Windows --> Preferences, the first item on the left pane is "workbench". The first or second item there gives you the choice to rebuild automatically on save. This is the incremental compilation option you are looking for.
 
Rashi Gulati
Ranch Hand
Posts: 44
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot Jeanne.

Regards
Rashi
reply
    Bookmark Topic Watch Topic
  • New Topic