Difference between revisions of "How to Install"

From CompSciWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
To create and run Java programs on your home computer, you will need to download the Java Development Kit (JDK) and Textpad. JDK allows your computer to create and run Java programs, and Textpad is used for writing and running your programs. Below are links with the downloads and installation instructions.
+
To create and run Java programs on your home computer, you will need to download the Java Development Kit (JDK) and Textpad. JDK allows your computer to create and run Java programs, and Textpad is used for writing and running your programs.  
 +
 
 +
'''IMPORTANT:''' Install the JDK first! If you install it after you have already installed Textpad, you will need to manually set up Textpad to compile and run Java programs.
 +
 
 +
Below are links with the downloads and installation instructions.
  
 
* JDK
 
* JDK
** Download and installation: [http://java.sun.com/javase/downloads/index.jsp]
+
** Download and installation: http://java.sun.com/javase/downloads/index.jsp
 
* Textpad
 
* Textpad
 
** Download: http://www.textpad.com/download/index.html#downloads
 
** Download: http://www.textpad.com/download/index.html#downloads
 
** Installation: http://www.textpad.com/download/index.html#instructions
 
** Installation: http://www.textpad.com/download/index.html#instructions

Latest revision as of 00:52, 6 March 2007

To create and run Java programs on your home computer, you will need to download the Java Development Kit (JDK) and Textpad. JDK allows your computer to create and run Java programs, and Textpad is used for writing and running your programs.

IMPORTANT: Install the JDK first! If you install it after you have already installed Textpad, you will need to manually set up Textpad to compile and run Java programs.

Below are links with the downloads and installation instructions.