|
Step 1: Install the Java Development Kit (JDK)
Step 2: Set the PATH Variable Step 3: Copy the Course Files to your Workstation Step 4: Edit the Source Files Step 5: Compile and Run Java Programs |
C:\keller>cd c:\keller
chapter_x; you can type the dir
command to see all these directories
C:\keller>cd chapter_1
C:\keller\chapter_1>notepad HelloWorld.javaYou will be prompted to create the file if it does not exist already.
C:\keller\chapter_1>javac HelloWorld.java
C:\keller\chapter_1>java HelloWorld
|
Dan Keller Technical Services 4500 19th St., San Francisco California, USA 94114 tel: 415 / 861-4500 |