Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » "Run As" Context not working
"Run As" Context not working [message #1067006] Fri, 05 July 2013 12:04 Go to next message
Ken Mising name is currently offline Ken Mising nameFriend
Messages: 17
Registered: April 2011
Junior Member
I was using Eclipse Indigo and everything was working OK (Except JDT kept failing to update)

I installed Kepler this week and I can't get it to work right.

I used to be able to run my java code through "Java Application" in the "Run As" Menu,
but now the "Java Application" choice is missing.

I can't figure out what plugin is missing.

I am using Eclipse Kepler on Windows 7 (64bit)
Re: "Run As" Context not working [message #1067120 is a reply to message #1067006] Sat, 06 July 2013 01:20 Go to previous messageGo to next message
Ken Mising name is currently offline Ken Mising nameFriend
Messages: 17
Registered: April 2011
Junior Member
Nevermind.
The code to be compiled/Run should be in the designated source directory.
So if my code is in src, Eclipse will figure out what to do.

Often it's a really good idea to follow the standard for a while before one
attempts to buck the system.
Re: "Run As" Context not working [message #1067150 is a reply to message #1067120] Sat, 06 July 2013 15:44 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 07/05/2013 08:20 PM, Ken Mising name wrote:
> Nevermind.
> The code to be compiled/Run should be in the designated source directory.
> So if my code is in src, Eclipse will figure out what to do.
>
> Often it's a really good idea to follow the standard for a while before one
> attempts to buck the system.
It doesn't have to be in src specifically. It has to be in a source
folder. By default, Eclipse creates a source folder called src for new
Java projects. You can create additional folders and define them as
source folders on the Build Path dialog.
Previous Topic:Customize JDT Debug view
Next Topic:Get all ASTNodes in JDT Java Model
Goto Forum:
  


Current Time: Sat Sep 21 06:28:28 GMT 2024

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

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

Back to the top