9.5 Using dropjavaThe dropjava utility reverses the action of loadjava. It converts filenames into the names of schema objects, drops the schema objects, and finally deletes their digest table rows. Dropping a class invalidates classes that depend on it directly or indirectly. Dropping a source also drops classes derived from it. Here is the syntax:
where option_name stands for the following syntax:
On the command line, you can enter the names of Java source, class, and resource files, SQLJ input files, and uncompressed .jar files and . zip archives, in any order. Table 9.3 describes the dropjava command-line options.
Copyright (c) 2000 O'Reilly & Associates. All rights reserved. |
|