home *** CD-ROM | disk | FTP | other *** search
/ Learn Java Now / Learn_Java_Now_Microsoft_1996.iso / README.TXT < prev    next >
Text File  |  1996-09-16  |  5KB  |  129 lines

  1. =========================================================
  2.              LEARN JAVA NOW BY STEPHAN R. DAVIS
  3.                       COMPANION CD
  4.            COPYRIGHT (C) 1996 BY STEPHAN R. DAVIS
  5. =========================================================
  6.  
  7. The JavaNow directory contains the sample source code
  8. and class files of the examples presented in Learn Java
  9. Now by Stephan R. Davis. The \JDK Examples directory
  10. contains example programs from the Java Development Kit
  11. (JDK) that were written by Sun Microsystems, Inc. and
  12. are in the public domain.
  13.  
  14. Run the Setup program in the JavaNow directory to install
  15. the "Learn Java Now" files. You can copy the files
  16. directly off the CD-ROM if you prefer but you'll need to
  17. manually remove the read-only attribute from each file.
  18.  
  19.  
  20. CONTENTS
  21. --------
  22.    KNOWN PROBLEMS
  23.    REPLACEMENT CD
  24.    FEEDBACK
  25.  
  26.  
  27. KNOWN PROBLEMS
  28. --------------
  29.  
  30. TILDE (~) SHORT FILENAMES INSTALLED OR FILES NOT FOUND:
  31. You might experience problems running the Setup program
  32. on computers running Microsoft Windows NT 3.51 and some
  33. configurations of Microsoft Windows 95. This includes
  34. the following error:
  35.  
  36.      Setup cannot access the source file
  37.      'D:\MSDEV\VJUPDATES.HTML'.
  38.  
  39. Furthermore, various files and directories on this 
  40. CD-ROM will contain short filenames ending with a tilde
  41. character followed by a number (for example, ~1). 
  42.  
  43. CAUSE:
  44. The CD-ROM for the Microsoft Press book titled
  45. "Learn Java Now" was duplicated using long filenames and
  46. filenames containing spaces and lowercase letters. 
  47.  
  48. The ISO 9660 specification, which is a long-standing
  49. CD-ROM file system (CDFS) specification, does not allow
  50. spaces or lowercase letters in filenames. Microsoft
  51. Windows NT 3.51 and MS-DOS (with or without Windows 3.1)
  52. cannot read CD-ROM filenames that contain spaces or
  53. lowercase letters. However, Microsoft Windows 95 extends
  54. the CDFS to allow spaces, lowercase letters, and long
  55. filenames by using CD-ROM drivers designed for this
  56. capability. 
  57.  
  58. Because Windows 95 permits extended CD-ROM filenames,
  59. it does not have problems reading the CD-ROM for this
  60. book. However, Windows 95 configurations that use MS-DOS
  61. (or real mode) CD-ROM drivers will not be able to access
  62. the extended CD-ROM filenames on this CD-ROM. The setup
  63. program specifically references the long filenames, so
  64. it fails to see the short filename version of the file.
  65.  
  66. WORKAROUNDS:
  67. For Windows 95, the best method of correcting this
  68. problem is to obtain a Windows 95 CD-ROM driver. Please
  69. contact your CD-ROM manufacturer for the latest drivers
  70. for your model CD-ROM. 
  71.  
  72. There is no correction or update available for 
  73. Windows NT 3.51. Windows NT 3.51 users should upgrade 
  74. to Windows NT 4.0 in order to solve this problem.
  75.  
  76. To work around the short filename issue without upgrading
  77. any operating system components, you can look up the
  78. proper long filename in the text file DIRLIST.TXT on
  79. this CD-ROM. This file contains a list of the short
  80. filenames and their long filename equivalent.
  81.  
  82.  
  83. Further information regarding this issue can be found 
  84. by connecting to the Microsoft Press Support Web site at:
  85.  
  86.      http://www.microsoft.com/mspress/support/
  87.  
  88. Once at this site, click the Knowledge Base hyperlink, 
  89. and then enter the keyword "ISO 9660" (without quotes) and
  90. press the GO button. 
  91.  
  92. For a list of all known comments and corrections specific
  93. to "Learn Java Now," please connect to the same Web site
  94. and enter the keywords "Learn Java Now" (without quotes)
  95. and press the GO button. If no articles are found, then 
  96. there are no new comments or corrections for this title.
  97.  
  98.  
  99. REPLACEMENT CD
  100. --------------
  101. If you require a replacement CD, please call the Microsoft
  102. Order Desk at 1-800-360-7561. However, please note that
  103. a replacement disk will not resolve the issue noted in 
  104. the Known Problems section of this file.
  105.  
  106.  
  107. FEEDBACK
  108. --------
  109. Every effort has been made to ensure the accuracy of this
  110. book and the contents of the companion disc. If you have
  111. comments, questions, or ideas regarding this book or the
  112. companion disc, please write to Microsoft Press at the
  113. following address:
  114.  
  115.          Attn.:  Learn Java Now Editor
  116.          Microsoft Press
  117.          One Microsoft Way
  118.          Redmond, WA  98052-6399
  119.  
  120. You can also send feedback to Microsoft Press via electronic
  121. mail at mspinput@microsoft.com. Please note that product
  122. support for Visual J++ is not offered through this e-mail
  123. address.
  124.  
  125.  
  126.  
  127. ================<End of README.TXT>=================
  128.  
  129.