ICT102
ICT102
Tutorial 1
This tutorial will introduce you to the tools needed for programming, You will also be
introduced to the basics of configuring the Java Runtime Environment, creating a Java file,
compiling and running a Java program.
https://www.eclipse.org/downloads/
Next click on the Tutorials and select the Java Development-> HelloWorld application.
Exercise 2: Declaring variables
Follow the same steps as in Exercise 2, but change the step 2 to ask the user for input for these values
by using Scanner class.
Alternatives to Eclipse
Best is to use Eclipse desktop installation (as in Exercise 0). If you are unable to get it then you may use
some other editors or online tools to edit your projects, but the instructions in labs might not match.
If you are unable to install because of any version issues you can try to use the online IDE at the below
link
https://www.eclipse.org/che/
https://www.codiva.io/
----------------------------------------------------------------