Difference between revisions of "Java/C2/Getting-started-java-Installation/English"
(Created page with ''''Title of script''': Getting started with Java: Installation '''Author: arya ''' '''Keywords: video tutorial,install''' {| style="border-spacing:0;" ! <center>Visual Cue</…') |
Arya Ratish (Talk | contribs) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 33: | Line 33: | ||
| style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| Here we are using | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| Here we are using | ||
− | * Ubuntu version | + | * Ubuntu version 11.10 and |
* Java Development Environment JDK 1.6 | * Java Development Environment JDK 1.6 | ||
Line 67: | Line 67: | ||
|- | |- | ||
| style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;"| Slide 5 | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:none;padding:0.097cm;"| Slide 5 | ||
− | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| | + | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| Now we will install the '''JDK''' using '''Synaptic Package Manager.''' |
Line 85: | Line 85: | ||
− | Type''' Synaptic '''in the''' search | + | Type''' Synaptic '''in the''' search box.''' |
| style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| Now, on the left corner of your '''Desktop''', you will find the '''Taskbar'''. | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| Now, on the left corner of your '''Desktop''', you will find the '''Taskbar'''. | ||
Line 117: | Line 117: | ||
− | In the '''Quick Filter '''box type '''jdk'''. | + | Now In the '''Quick Filter '''box type '''jdk'''. |
Line 124: | Line 124: | ||
'''Right click '''on it and''' click '''on '''Mark for Installation'''. | '''Right click '''on it and''' click '''on '''Mark for Installation'''. | ||
+ | |||
+ | |||
+ | Then click on '''Apply'''. | ||
Line 136: | Line 139: | ||
Click on '''Apply''' | Click on '''Apply''' | ||
− | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| | + | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | |||
You will be asked to confirm the list of marked changes. | You will be asked to confirm the list of marked changes. | ||
Line 160: | Line 157: | ||
− | Now, let us verify the installation. | + | Now, let us verify the installation, For this open the terminal by presing ''Ctrl, Alt and T keys simultaneously |
+ | |||
+ | |||
+ | I already opened have my '''Terminal''' opened here. | ||
+ | |||
+ | |||
+ | At the command prompt type '''java''' space hyphen '''version''' and press '''Enter'''. | ||
+ | |||
+ | |||
+ | We see that the '''version number''' of the '''jdk''' has been displayed. | ||
+ | |||
+ | |||
+ | Depending on the version that you used your '''version number''' could be different. | ||
+ | |||
+ | |||
+ | So, we have successfully installed the '''jdk'''. | ||
Line 170: | Line 182: | ||
− | I already have the following code saved in the file '''TestProgram dot java'''. | + | I already have the following code saved in the file name '''TestProgram dot java'''. |
Line 179: | Line 191: | ||
− | So let us | + | So let us go back to the''' Terminal'''. |
Line 202: | Line 214: | ||
− | So type '''java TestProgram '''and press '''Enter'''. | + | So type '''java''' space '''TestProgram ''' and press '''Enter'''. |
|- | |- | ||
Line 268: | Line 280: | ||
Summary | Summary | ||
− | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| So in this tutorial we learnt | + | | style="border-top:none;border-bottom:0.035cm solid #000000;border-left:0.035cm solid #000000;border-right:0.035cm solid #000000;padding:0.097cm;"| So in this tutorial we learnt |
* To install the JDK using Synaptic Package Manager. | * To install the JDK using Synaptic Package Manager. |
Latest revision as of 16:42, 11 September 2013
Title of script: Getting started with Java: Installation
Author: arya
Keywords: video tutorial,install
|
|
---|---|
Slide 1 | Welcome to the Spoken Tutorial on Getting started with Java: Installation. |
Slide 2
Learning Objectives |
In this tutorial we will learn
|
Slide 3
System Requirements |
Here we are using
|
Slide 3a
Pre-requisites |
To follow this tutorial you must be connected to the internet.
|
Slide 4 | To run a java program we need to install the JDK, the Java Development Kit.
http://docs.oracle.com/javase/6/docs/index.html
|
Slide 5 | Now we will install the JDK using Synaptic Package Manager.
|
Switch to Desktop
|
Now, on the left corner of your Desktop, you will find the Taskbar.
|
Type jdk in the quick search box. | This opens the Synaptic Package Manager.
Now In the Quick Filter box type jdk.
|
Right click on openjdk-6-jdk.
|
|
Open the code in TextEditor. | Now, let us run a simple Java program and see if it works.
|
And currently I am in the Home Directory. | |
At the command prompt type javac space TestProgram dot java.
| |
We get the output as We have successfully run a java program.
| |
Slide 6 | I will now explain why Java is useful.
|
Slide 7 | We will now go through some types and applications of Java.
JSP helps in creating dynamic web pages.
It is useful to transfer XML structured documents.
It can be used to build new and advanced applications.
|
Slide 8
Summary |
So in this tutorial we learnt
|
Slide 9
About Slide |
Watch the video available at http://spoken-tutorial.org/What_is_a_Spoken_Tutorial
|
Slide 10
About Slide
|
The Spoken Tutorial Project Team
|
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. |