Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Compilation!!!!!!!!!!!!!!!
Compilation!!!!!!!!!!!!!!! [message #169436] Tue, 05 September 2006 08:59 Go to next message
Eclipse UserFriend
Originally posted by: landolini.yahoo.it

It's everything too much difficult for me !
I've read the content help ,made search in the forum...
but I've not realized if Eclipse can compile a source !!!?
I've done an project entry,a package entry,a class ,...now I
don't see how compile it (have I to use javac command in a
command line ?) .
Netbeans it very very easier .what have I to do ?
Thanks.
Re: Compilation!!!!!!!!!!!!!!! [message #169452 is a reply to message #169436] Tue, 05 September 2006 09:06 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: nospam.home.com

"lando" <landolini@yahoo.it> wrote in message
news:b2977e2895138cf6a2675fe89d5c0a2e$1@www.eclipse.org...
> It's everything too much difficult for me !
> I've read the content help ,made search in the forum...
> but I've not realized if Eclipse can compile a source !!!?
> I've done an project entry,a package entry,a class ,...now I don't see how
> compile it (have I to use javac command in a command line ?) .
> Netbeans it very very easier .what have I to do ?
> Thanks.

AFAIK, if you are using the default settings, Eclipse will build the project
every time you save a source file. You can change this behaviour by going
to Window->Preferences->General->Workspace and untick "Build automatically".
This will then add build options to the Project menu.

HTH,

Wes
Re: Compilation!!!!!!!!!!!!!!! [message #169495 is a reply to message #169436] Tue, 05 September 2006 12:32 Go to previous message
Jeff Myers is currently offline Jeff MyersFriend
Messages: 489
Registered: July 2009
Senior Member
lando wrote:
> It's everything too much difficult for me !
> I've read the content help ,made search in the forum...
> but I've not realized if Eclipse can compile a source !!!?
> I've done an project entry,a package entry,a class ,...now I don't see
> how compile it (have I to use javac command in a command line ?) .
> Netbeans it very very easier .what have I to do ?
> Thanks.
>

By default, your Java source is compiled every time your source code is
saved. The resulting classes are not shown in the Package Explorer
view, but will show in the Navigator view (Window->Show
View->Navigator). As noted previously, you can manually invoke a build
by turning off the Build Automatically option, but that causes some of
the Java editor functions to stop working. The normal way to use Eclipse
is to keep auto-build turned on.

Hope this helps,
- Jeff
Previous Topic:Project builds fine in Eclipse, but not from command line
Next Topic:New Class Wizard
Goto Forum:
  


Current Time: Wed May 08 06:19:25 GMT 2024

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

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

Back to the top