Target Audience: Computer Science engineers, Software techies and java newbies.
Content: This is a Google doc presentation that demonstrates the installation of (JDK-Tiger)Java Development Kit 1.5 for Windows.
To see this presentation in full screen or in a larger view click on the following link: http://docs.google.com/Presentation?id=dg8zg9kx_136cdt3qmgn
Tip: Look for speaker notes of the presentation for detailed description of the slides
Welcome to this presentation on Installation of Java development Kit !. As a beginner in Java, it took me few days to discover the basics of java installation. I prepared this presentation to save reader’s precious time in understanding the setup of jdk, PATH and CLASSPATH variables. Note that the scope of this presentation is J2SE (Java 2 Standard Edition 5.0) only and does not include J2EE(Java 2 Enterprise Edition).
This presentation guides you through the step by step procedure to download and install Java SDK (also called JDK) on a windows machine. After following the steps given in this presentation you would know how to compile and run programs using Java.Java SDK installation is helpful only if you wish to code using java. For running java applications, Java Run time environment (JRE) is sufficient. This presentation would have served its purpose if you are able to run your java programs using command prompt at the end of going through the slides. This presentation also shows the screenshots of all the steps required for installing java development kit on windows.
Agenda of slides:
Slide#2 introduces the reader to Java, JDK and JRE. Also briefs about the difference between JRE and JDK.
Slide#3 shows where to look for the latest download of Java Development Kit 5.0
Slide#4 shows the thumbnail of the downloaded installable file. Also briefs about the contents of JDK kit.
Slide#5 shows the Custom setup step of JDK installation. You can choose the folder where you wish to install JDK in the step shown in the slide.
Slide#6 explains the difference between J2SE and J2EE. Gives a mention about ECLIPSE, world’s favourite IDE for JAVA.
Slide#7 shows the Custom setup step of JRE installation. Also briefs about basic steps of java compilation and execution.
Slide#8 shows the progress screen of JRE setup. Also briefs about jar format in java and the advantages of third party java api’s.
Slide#9 shows the java plugin registration for internet explorer and other browers. Also briefs about Java applets and Java FX.
Slide#10 shows the final screen of installation of java. Also briefs about the significance of PATH and CLASSPATH environment variables.
Slide#11 demonstrates how to modify environment variables in windows. Also briefs about javadoc and other command line tools that come along with java compiler in JDK.
Slide#12 demonstrates how to set PATH and CLASSPATH environment variables for JAVA.
Slide#13 shows how to test javac and java tools on command prompt.
Slide#14 demonstrates how to write a hello world program in java. Also shows how to compile and execute HelloWorld.java
Let me know what you think about this slide so that we can improve it. Contact me at j_sridharr at yahoo dot co dot in. For feedback regarding this blog write to feedback@nodalo.com

