Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » compile files
compile files [message #170770] Wed, 13 September 2006 08:42 Go to next message
Eclipse UserFriend
Originally posted by: gabi.mordov.kodak.com

Hi All,
All application im using(Jbuilder,netbeans, visulastudio)
when i make a change in my code and compile it ,my sources saved
automatically and than compiled.
in eclipse it is not working like that.
i noticed that i first have to save mu changes and than compile otherwise
my last changes will not be compiled.

is there any option i can configure eclipse to save before copile?

Thanks
Re: compile files [message #170792 is a reply to message #170770] Wed, 13 September 2006 10:02 Go to previous messageGo to next message
Dani Megert is currently offline Dani MegertFriend
Messages: 3802
Registered: July 2009
Senior Member
Gabi wrote:

> Hi All,
> All application im using(Jbuilder,netbeans, visulastudio)
> when i make a change in my code and compile it ,my sources saved
> automatically and than compiled.
> in eclipse it is not working like that.
> i noticed that i first have to save mu changes and than compile
> otherwise my last changes will not be compiled.
>
> is there any option i can configure eclipse to save before copile?

Check Project > Build Automatically.

Dani

>
> Thanks
>
>
>
Re: compile files [message #170840 is a reply to message #170770] Wed, 13 September 2006 12:32 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
Gabi,

The normal way to use Eclipse's Java development tools is to have Build
Automatically enabled. When that is turned on, your Java classes are
built every time their source is modified and saved, or changes occur on
the build path.

- Jeff
Previous Topic:PDA Debugger
Next Topic:Pointer for Beginner
Goto Forum:
  


Current Time: Thu Apr 25 04:01:12 GMT 2024

Powered by FUDForum. Page generated in 0.09238 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top