Blakes 21 Days Appendix D


APPENDIX D

Using the Java Development Kit

Choosing a Java Development Tool

Installing the Java Development Kit

Windows Installation

Figure D.1 - Installing the JDK. - goes here.

650

Configuring the Java Development Kit

Using a Command-Line Interface

Figure D.2 - Using a newly opened command-line window. - goes here

652

Opening Folders in MS-DOS

Figure D.3 - Opening a folder in a command-line window. - goes here

654

Creating Folders in MS-DOS

Figure D.4 - Creating a new folder in a command-line window. - goes here

656

Running Programs in MS-DOS

Figure D.5 - Running the Java Virtual Machine in a command-line window. - goes here

658

Correcting Configuration Errors

Setting the Path on Most Windows Versions

Figure D.6 - Setting environment variables in Windows NT, XP, 2000, and 2003. - goes here

660

Figure D.7 - Changing your system's Path variable. - goes here

662

Setting the PATH on Windows 98 or Me

Using a Text Editor

Creating a Sample Program

Listing D.1 - Source Code of HelloUser.java - goes here.

Compiling and Running the Program in Windows

Figure D.8 - Compiling a Java program in a command-line window. - goes here

664

Setting Up the CLASSPATH Variable

Setting the CLASSPATH on Most Windows Versions

Figure D.9 - Setting environment variables in most Windows versions. - goes here.

666

Setting the CLASSPATH on Windows 98 or Me



The End of Appendix D