Running your first Java application from the command prompt for user of Microsoft Windows
To write and run your first Java application on Microsoft Windows, you’ll need the following:
- The Java SE Development Kit 6 (JDK 6)
You can download the Windows version from http://java.sun.com/javase/6/download.jsp. you can Consult the installation instructions.
- A Text Editor
We’ll be using Notepad, a simple editor included with the Windows Platform. These two items are all you’ll need to write and run your applications.