Changes between Version 1 and Version 2 of ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld


Ignore:
Timestamp:
Nov 4, 2019, 2:07:07 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ControlSystems/SoftwareTeam/Training/GettingStarted/HelloWorld

    v1 v2  
    11Java is a programming language.  It consists of a small, concise set of words that let you describe to the computer exactly what you want it to do.  A Java program consists of one or more files.  We use a Microsoft program called VSCode to write and run Java programs.  Each program must have its own folder.  To write your first Java program, you need to create a new folder for it.  First create a folder to hold all of your Java projects in your Documents folder named Java Projects.  Then in the Java Projects folder, create another new folder named Hello World that will hold your first program.
    2 [[Image(ProjectFolder.jpg, 50%)]]
     2[[Image(ProjectFolder.jpg, 50%, margin=10)]]
    33
    44