Learning Java
Custom Search

Previous Next

Tools Needed

The minimal tools needed for this is

  • jdk - the Java Development Kit which is available free from http://java.sun.com
     
  • Text Editor - Notepad or WordPad can be used. Be sure that when you save files, that you don't let it default to the extension ".txt". You will have to save with the extension ".java".  MS Word can be used if you save the documents as "Plain Text" files using the extension ".java".
     
  • A web browser - Internet Explorer or the Navigator will be sufficient. The web browse must be Java enabled.

In this tutorial we will be using just the Windows cmd line for compiling and running. There are available some development environments, some free, that can make writing java programs easier. However, learning how to use that environment will increase the learning time. After getting a basic understanding of the Java language itself, you might want to investigate some of these development environments. The Netbeans IDE offered by http://java.sun.com and the Eclipse IDE offered by http://www.eclipse.org are 2 excellent free environments.

Download  the examples for this tutorial.

Previous Next

Steps In Learning

Contact us

Copyright © 2008      N. Nelson      All Rights Reserved