home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 December / PCWKCD1296.iso / vjplusb / msdev / bin / javasrc.txt < prev    next >
Text File  |  1996-07-08  |  1KB  |  30 lines

  1. ========================================================================
  2.                    Microsoft Visual J++ : JAVASRC
  3. ========================================================================
  4.  
  5. JavaSrc is a utility for extracting .JAVA files from a .ZIP file. You can 
  6. use it to extract the source files for the Java class libraries from the
  7. Microsoft version of CLASSES.ZIP. This allows you to perform source-level 
  8. debugging into the Java class libraries. 
  9.  
  10. To extract the .JAVA files from CLASSES.ZIP, use the following command:
  11.  
  12.     javasrc classes.zip
  13.  
  14. This creates a directory tree below the directory that CLASSES.ZIP resides
  15. in, containing the source files for the Java class libraries. Note that
  16. these files require approximately four megabytes of disk space.
  17.  
  18. To remove the .JAVA files that were extracted from CLASSES.ZIP, use the 
  19. following command:
  20.  
  21.     javasrc -classes.zip
  22.  
  23. You can also extract the .JAVA files by running the Visual J++ Setup 
  24. program and choosing a Custom installation. Select "Java Class Library 
  25. Source Code," clear the check boxes for everything else, and then continue. 
  26.  
  27. If you get an updated version of CLASSES.ZIP, you must re-run JavaSrc to 
  28. update the .JAVA files.
  29.  
  30.