1
edit
Changes
→Running your programs
*Ensure that the *NOTE specified in class creation is adhered to:
** public static void main(String [] args), Must exist in a class
*Select There are several ways to run your Java project programs in eclipse including:** Clicking the run button in the package explorer, toolbar** You can right click: Run As->Java Applicationa java project or package and select run as (which gives numerous options in which to run your program)** And you can also use the keyboard shortcut Ctrl+F11
===Debugging your programs===