The Package Manager Extraction Utility (javasrc) extracts source from the debugging version of the system classes.
Use the following command to run javasrc:
javasrc [-] [/?] [class_zip]
- | Deletes all Java source files that are extracted from class_zip. |
/? | Displays javasrc usage information. |
class_zip | The .zip archive from which to extract or delete source files. If no file is specified, classes.zip is assumed. |
Javasrc extracts or deletes Java source files from the specified .zip file archive.
If you install the classd.zip debug source file by running ClassD from the \Bin directory, and then run javasrc, the error message Unable to Open File Classes.zip may appear. Run javasrc from within the %WINDIR%\Java\Classes directory, or run it with a command line that includes the path to classes.zip, shown as follows:
C:\..\>javasrc C:\%WINDIR%\java\classes\classes.zip
To delete the extracted source files from the hard disk, use the hyphen (-) option. For example:
javasrc –classes.zip