Changes between Version 8 and Version 9 of ControlSystems/SoftwareTeam/Training/GettingStarted/IntroJava


Ignore:
Timestamp:
Oct 1, 2019, 10:19:02 PM (6 years ago)
Author:
David Albert
Comment:

--

Legend:

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

    v8 v9  
    11== Introduction to Java
    2 Java 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.  To write your first Java program, create a new folder in your documents folder named Java Projects and a new folder in there named Hello World.
     2Java 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, create a new folder in your Documents folder named Java Projects.  In the Java Projects folder, create another new folder named Hello World.
     3[[Image(ProjectFolder.jpg, 50%)]]
     4
    35
    46In VSCode: