WebLogic Server Command Reference
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
![]() |
When executed from the document root directory of your HTTP server, verboseToZip
takes the standard output from a Java application run in verbose mode, finds the Java classes referenced, and creates an uncompressed.zip
file that contains those Java classes.
$ java utils.
verboseToZip
inputFile
zipFileToCreate
$ java -verbose myapplication > & classList.tmp
$ java utils.verboseToZip
classList.tmp app2.zip
![]() ![]() |
![]() |
![]() |