Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Running a Java class/program in Eclipse(Why am I not getting the "Run as Java Application"?)
Running a Java class/program in Eclipse [message #1098975] Sun, 01 September 2013 00:45 Go to next message
Michael Duffy is currently offline Michael DuffyFriend
Messages: 1
Registered: September 2013
Junior Member
I created a class/program in Eclipse with no errors. When I go to run it I select "run as" and I only get the option "run configurations" I don't get the option "Java Application".
Re: Running a Java class/program in Eclipse [message #1100045 is a reply to message #1098975] Mon, 02 September 2013 15:22 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 8/31/2013 9:35 PM, Michael Duffy wrote:
> I created a class/program in Eclipse with no errors. When I go to run it
> I select "run as" and I only get the option "run configurations" I don't
> get the option "Java Application".
Make sure the project is a Java project.

Make sure that the class you created has a public static void
main(String[] args) method.
Previous Topic:Eclipse "console" tab - how print to?
Next Topic:hi
Goto Forum:
  


Current Time: Fri Apr 26 01:18:44 GMT 2024

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

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

Back to the top