Java/C2/Getting-started-java-Installation/English

From Script | Spoken-Tutorial
Revision as of 16:20, 11 September 2013 by Arya Ratish (Talk | contribs)

Jump to: navigation, search

Title of script: Getting started with Java: Installation

Author: arya

Keywords: video tutorial,install


Visual Cue
Narration
Slide 1 Welcome to the Spoken Tutorial on Getting started with Java: Installation.
Slide 2

Learning Objectives

In this tutorial we will learn
  • To install the JDK using Synaptic Package Manager.
  • Why Java?
  • Types and applications of Java.


Slide 3

System Requirements

Here we are using
  • Ubuntu version 11.10 and
  • Java Development Environment JDK 1.6


Slide 3a

Pre-requisites

To follow this tutorial you must be connected to the internet.


You must have Synaptic Package Manager installed on your system.


You must also have knowledge of using Terminal, Text Editor and Synaptic Package Manager in Linux.


If not, please see the Spoken Tutorial on Linux, available at spoken-tutorial.org.

Slide 4 To run a java program we need to install the JDK, the Java Development Kit.


To learn more about JDK you could visit the following link:

http://docs.oracle.com/javase/6/docs/index.html



Slide 5 Now we will install the JDK using Synaptic Package Manager.


For this, you need to have root permissions.


You also need to know how to choose a repository.


These are explained in the pre-requisite tutorial on Linux mentioned earlier.

Switch to Desktop


Click on DashHome


Type Synaptic in the search box.

Now, on the left corner of your Desktop, you will find the Taskbar.


At the top you will find DashHome.


Click on DashHome.


In the search bar type Synaptic.


You will find Synaptic Package Manager here.


Click on Synaptic Package Manager.


You will be asked to type your password for Authentication.


So type your password and click on Authenticate.



Type jdk in the quick search box. This opens the Synaptic Package Manager.


Now In the Quick Filter box type jdk.


We see a package named openjdk-6-jdk.


Right click on it and click on Mark for Installation.



Right click on openjdk-6-jdk.


Click Mark for Installation


Click on Apply


You will be asked to confirm the list of marked changes.


So click on To be Installed and then click on Apply.


The installation will take a few seconds.


Now, we see that the option openjdk-6-jdk is in green colour.


Thus our installation is complete.


Now, let us verify the installation, For this open the terminal by presing Ctrl, Alt and T keys simultaneously



Open the code in TextEditor. Now, let us run a simple Java program and see if it works.


I already have the following code saved in the file TestProgram dot java.


Let me compile and run this code.


This code simply displays We have successfully run a Java Program on the Terminal.


So let us come back to the Terminal.


Remember that I have saved the file TestProgram dot java in the Home directory.

And currently I am in the Home Directory.
At the command prompt type javac space TestProgram dot java.


This is to compile the code.


Press Enter.


Now, let me run the code.


So type java TestProgram and press Enter.

We get the output as We have successfully run a java program.


Thus, our installation has been perfect.


Now, let us go back to the slides.

Slide 6 I will now explain why Java is useful.


1. Java is simple.


2. Java is object oriented.


3. It is platform independent.


4. It is safe.


5. Java has high performance.


6. Java is multi – threaded.



Slide 7 We will now go through some types and applications of Java.


-JSP, or Java Server Pages: It is based on a code with normal HTML tags.

JSP helps in creating dynamic web pages. 


-Java Applets: It is used to provide interactive features to web applications.


-J2EE or Java Enterprise Edition: Companies use J2EE.

It is useful to transfer XML structured documents.


-JavaBeans: JavaBeans is a reusable software component.

It can be used to build new and advanced applications.


-Mobile Java: It is used for various entertainment devices, such as mobile phone.

Slide 8

Summary

So in this tutorial we learnt how
  • To install the JDK using Synaptic Package Manager.
  • To compile and run a Java program.
  • Benefits of using Java.
  • Types and Applications of Java.


Slide 9

About Slide

Watch the video available at http://spoken-tutorial.org/What_is_a_Spoken_Tutorial
  • It summarises the Spoken Tutorial project
  • If you do not have good bandwidth, you can download and watch it


Slide 10

About Slide


The Spoken Tutorial Project Team
  • Conducts workshops using spoken tutorials
  • Gives certificates for those who pass an online test
  • For more details, please write to contact@spoken-tutorial.org


Slide 11

Acknowledgment

Spoken Tutorial Project is a part of the Talk to a Teacher project


Slide 12

Contributor Slide

We come to the end of this tutorial.

Thanks for joining us.

This is Arya Ratish signing off.

Good bye and Jai Hind.

Contributors and Content Editors

Arya Ratish, Chandrika, Sneha