Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How do I compile my Java project?(The "Build" option is missing from the right-click menu of my Project Explorer.)
How do I compile my Java project? [message #1703904] Wed, 05 August 2015 18:15 Go to next message
Chris Wilkinson is currently offline Chris WilkinsonFriend
Messages: 1
Registered: August 2015
Junior Member
How do I compile my Java project? The "Build" option is missing from the right-click menu of my Project Explorer and I can't find a compile button.
Re: How do I compile my Java project? [message #1703917 is a reply to message #1703904] Wed, 05 August 2015 19:53 Go to previous message
Nitin Dahyabhai is currently online Nitin DahyabhaiFriend
Messages: 4435
Registered: July 2009
Senior Member

Builds are controlled from the top-level Project menu. Why were you expecting it in the right-click menu?

http://help.eclipse.org/mars/topic/org.eclipse.platform.doc.user/tasks/tasks-73.htm?cp=0_3_12


_
Nitin Dahyabhai
Eclipse Web Tools Platform
Re: How do I compile my Java project? [message #1703918 is a reply to message #1703904] Wed, 05 August 2015 19:53 Go to previous message
Russell Bateman is currently offline Russell BatemanFriend
Messages: 3798
Registered: July 2009
Location: Provo, Utah, USA
Senior Member

On 08/05/2015 12:42 PM, Chris Wilkinson wrote:
> How do I compile my Java project? The "Build" option is missing from
> the right-click menu of my Project Explorer and I can't find a compile
> button.
Examine the Project menu. You'll see that, by default, Build
Automatically is checked. Each time you make a change to a Java file,
Eclipse rebuilds it into a .class file. To force the entire project to
be rebuilt, whether it needs it or not, select Project -> Clean.

Is this what you're looking for?
Previous Topic:Eclipse Mars won't close when telling it to, instead pops up an error about TableViewLabelProvider
Next Topic:Stuck while programming in eclipse need helo!
Goto Forum:
  


Current Time: Wed Apr 24 14:40:19 GMT 2024

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

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

Back to the top