Skip to main content



      Home
Home » Newcomers » Newcomers » Eclipse(Won't run)
Eclipse [message #1059474] Sun, 19 May 2013 07:04 Go to next message
Eclipse UserFriend
Hi could someone help


My code won't run and I am not sure why?


import it.*;

public class MakeSquare
{
public static void main (String[] args)
{
Gogga fred = new Gogga();

fred.move();
fred.move();
fred.move();
fred.turnLeft();
fred.move();
fred.move();
fred.move();
fred.turnLeft();
fred.move();
fred.move();
fred.move();
fred.turnLeft();
fred.move();
fred.move();
fred.move();
fred.turnLeft();
} // main method
} // MakeSquare class



When I run it says there is an error in public static void main (String[] args could someone help?



Thanks
Re: Eclipse [message #1059762 is a reply to message #1059474] Tue, 21 May 2013 10:29 Go to previous message
Eclipse UserFriend
Specifics matter, but this is also not a general Java help forum.

What was the error message?
Previous Topic:Eclipse won't run my test program
Next Topic:java.lang.NoClassDefFoundError: org/eclipse/core/resources/ResourcesPlugin
Goto Forum:
  


Current Time: Tue Jul 22 20:24:24 EDT 2025

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

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

Back to the top