Difference between revisions of "Java/C2/Getting-started-java-Installation/English"
Arya Ratish (Talk | contribs) |
Arya Ratish (Talk | contribs) |
||
(2 intermediate revisions by the same user not shown) | |||
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 154: | Line 157: | ||
− | Now, let us verify the installation, For this open the terminal by presing ''Ctrl, Alt and T keys simultaneously | + | 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 164: | 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 173: | Line 191: | ||
− | So let us | + | So let us go back to the''' Terminal'''. |
Line 196: | Line 214: | ||
− | So type '''java TestProgram '''and press '''Enter'''. | + | So type '''java''' space '''TestProgram ''' and press '''Enter'''. |
|- | |- | ||
Line 262: | 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. |