home *** CD-ROM | disk | FTP | other *** search
/ Java by Example / JavaByExampleCd.txt < prev    next >
Text File  |  1996-01-01  |  1KB  |  28 lines

  1. ⌐ 1996, Que Corporation
  2.  
  3. NOTE:  Chapter 1 of the book also covers installation of the JDK.
  4.  
  5. Both versions of the JDK are self extracting archive files:  you must
  6. first copy the file from the CD-ROM before you can unpack it (You cannot 
  7. unpack it directly from the CD-ROM).
  8.  
  9. On the CD-ROM, the compressed file that contains the JDK is called JDK.EXE. 
  10. After copying the file to your hard disk (or after downloading the JDK from 
  11. Sun), you install it by double-clicking the self-extracting compressed file.
  12.  
  13. When the files have been extracted, you can move the resultant JAVA 
  14. folder anywhere you like on your hard disk, although you'll probably
  15. want it on the disk's root directory, which is where the book's 
  16. examples assume it's located. 
  17.  
  18. If you examine the folders that make up the JDK, you'll see that the BIN
  19. folder holds the developer tools such as the compiler, the interpreter, 
  20. the debugger, and the profiler. The DEMO folder contains the many example 
  21. applets that you can examine to learn more about the Java language and how 
  22. it's used. In your JAVA folder, you'll also find a file called SRC.ZIP. 
  23. This compressed file contains the source code for the classes included 
  24. with the Java language.
  25.  
  26. Although the JDK includes many executable files, it doesn't make sense 
  27. to add these files to your Start menu because they must be run from the 
  28. Run dialog box or from a DOS command window.