
The source file " Hello.java " appears in the editor panel.


The "Name and Location" dialog pops up ⇒ In "Class Name", enter " Hello " ⇒ Delete the content in "Package" if it is not empty ⇒ "Finish".Right-click on " FirstProject " ⇒ New ⇒ Java Class (OR choose the "File" menu ⇒ "New File." ⇒ Categories: "Java", File Types: "Java Class" ⇒ "Next"). How to give program Input The latest version of Coding Ground allows to provide program input at run time from the termnial window exactly the same way as you.The "Name and Location" dialog pops up ⇒ Under "Project Name", enter " FirstProject " ⇒ In "Project Location", select a suitable directory to save your works ⇒ Uncheck "Use Dedicated Folder for Storing Libraries" ⇒ Uncheck "Create Main class" ⇒ Finish.The "Choose Project" diglog pops up ⇒ Under "Categories", choose "Java" ⇒ Under "Projects", choose "Java Application" ⇒ "Next".From "File" menu ⇒ Choose "New Project.".If the "Start Page" appears, close it by clicking the "cross" button next to the "Start Page" title.įor each Java application, you need to create a " project " to keep all the source files, classes and relevant resources.
