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.verboseToZipinputFilezipFileToCreate
$ java -verbose myapplication > & classList.tmp
$ java utils.verboseToZipclassList.tmp app2.zip
|
|
|